From d9460870578ec1cca215dbac1ad932e0a93dd67c Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Thu, 26 Sep 2024 23:48:58 +0200 Subject: [PATCH] rexit: remove --- .forgejo/workflows/build.yml | 4 ---- flake.nix | 1 - 2 files changed, 5 deletions(-) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 7196131..34f414d 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -46,10 +46,6 @@ jobs: run: | nix build '.#q' attic push ${{ secrets.ATTIC_CACHE }} $(nix-store -qR --include-outputs $(nix-store -qd ./result) | grep -v '\.drv$') - - name: Build rexit - run: | - nix build '.#rexit' - attic push ${{ secrets.ATTIC_CACHE }} $(nix-store -qR --include-outputs $(nix-store -qd ./result) | grep -v '\.drv$') - name: Build tg-archive run: | nix build '.#tg-archive' diff --git a/flake.nix b/flake.nix index def084e..3b7b827 100644 --- a/flake.nix +++ b/flake.nix @@ -47,7 +47,6 @@ fennel-ls = callPackage ./packages/fennel-ls.nix { }; headscale-ui = callPackage ./packages/headscale-ui.nix { }; q = callPackage ./packages/q.nix { }; - rexit = callPackage ./packages/rexit.nix { }; tg-archive = callPackage ./packages/tg-archive.nix { }; vuetorrent = callPackage ./packages/vuetorrent.nix { }; weewx = callPackage ./packages/weewx.nix { inherit poetry2nix; };