From 4a341f857df4e73362f2b057365c04d222300404 Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Mon, 15 Apr 2024 17:10:57 -0300 Subject: [PATCH] Remove building from check script --- flake.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/flake.nix b/flake.nix index b80ad51..d67ae95 100644 --- a/flake.nix +++ b/flake.nix @@ -24,9 +24,6 @@ echo "checking ''${dir}" nix flake check --all-systems --no-build - - echo "building ''${dir}" - nix build ".#devShells.''${SYSTEM}.default" ) done '';