From e96c8ae2d3ed3a3d53ad9e754f59362e71cca4b6 Mon Sep 17 00:00:00 2001 From: Jappie Klooster Date: Wed, 26 Jun 2024 19:19:12 +0200 Subject: [PATCH] disable nix for now --- .github/workflows/nix.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nix.yaml b/.github/workflows/nix.yaml index 1acc4421..3e3b1e62 100644 --- a/.github/workflows/nix.yaml +++ b/.github/workflows/nix.yaml @@ -21,5 +21,5 @@ jobs: # signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}' # # Only needed for private caches # #authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - - run: nix-build . - - run: nix-shell --run "cd incoming; make all" + # - run: nix-build . + # - run: nix-shell --run "cd incoming; make all"