diff options
author | tzlil <tzlils@protonmail.com> | 2023-02-17 13:25:39 +0200 |
---|---|---|
committer | tzlil <tzlils@protonmail.com> | 2023-02-17 13:25:39 +0200 |
commit | ab976c02f9c35dc54f69fa0fcdee7afc076314c5 (patch) | |
tree | 2ce238fbe11886eec33fb62fca4ac9922c52cd69 | |
parent | dd95456ec490d9119274f31e2f4fc4d1679477fc (diff) |
i dont care about that
-rw-r--r-- | .github/workflows/build_nix.yml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.github/workflows/build_nix.yml b/.github/workflows/build_nix.yml deleted file mode 100644 index 2f684e1..0000000 --- a/.github/workflows/build_nix.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: "Build legacy Nix package on Ubuntu" - -on: - push: - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: cachix/install-nix-action@v12 - - name: Building package - run: nix-build . -A defaultPackage.x86_64-linux |