From 3185f8a32b4b62fd2ed86ff9b095470c7eabe84c Mon Sep 17 00:00:00 2001 From: Nicolas Mattia Date: Thu, 4 Apr 2019 12:32:51 +0200 Subject: [PATCH] Don't generate links in test script --- script/test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/test b/script/test index 474afec..ed24efd 100755 --- a/script/test +++ b/script/test @@ -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"