From 227a8b936f42ab17f513f4d7066323c1f69731fd Mon Sep 17 00:00:00 2001 From: Cato van Ojen Date: Fri, 23 Feb 2024 09:58:32 +0100 Subject: [PATCH] This should use the shell.nix from the repo --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0d8210c5..d8cdf490 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -9,4 +9,4 @@ jobs: - uses: cachix/install-nix-action@v22 with: nix_path: nixpkgs=channel:nixos-unstable - - run: nix-build + - run: nix-shell