1
1
mirror of https://github.com/nmattia/niv.git synced 2024-09-18 19:07:19 +03:00

Don't generate links in test script

This commit is contained in:
Nicolas Mattia 2019-04-04 12:32:51 +02:00
parent f57c85d05e
commit 3185f8a32b

View File

@ -11,6 +11,6 @@ export NIX_PATH="nixpkgs=./nix"
echo "Building"
# Build and create a root
nix build
nix-build --no-link
echo "all good"