From b24b21e4055bc3172ad0ebd21adba5a27697017a Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Thu, 21 Jun 2018 01:45:24 +0200 Subject: [PATCH] Make testing script more generically usable --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 5693b3c..3cd5b64 100755 --- a/test.sh +++ b/test.sh @@ -1 +1 @@ -nix-build -I "nixpkgs-stable=$(nix-instantiate --find-file nixpkgs)" -A xonotic morepkgs/build/release.nix +nix-build -I "nixpkgs-stable=$(nix-instantiate --find-file nixpkgs)" -A $1 morepkgs/build/release.nix