1
1
Fork 0
mirror of https://github.com/the-nix-way/dev-templates synced 2024-05-06 08:46:07 +02:00

Remove building from check script

This commit is contained in:
Luc Perkins 2024-04-15 17:10:57 -03:00
parent d0e18d08b9
commit 4a341f857d
No known key found for this signature in database
GPG Key ID: 16DB1108FB591835

View File

@ -24,9 +24,6 @@
echo "checking ''${dir}"
nix flake check --all-systems --no-build
echo "building ''${dir}"
nix build ".#devShells.''${SYSTEM}.default"
)
done
'';