1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-13 20:30:02 +00:00

release: rename basic tests

This commit is contained in:
Daiderd Jordan 2018-01-17 22:04:48 +01:00
parent 6f45339cfe
commit f0d7b5a071
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -31,7 +31,7 @@ let
};
config = {
system.build.run-test = pkgs.runCommand "run-darwin-test"
system.build.run-test = pkgs.runCommand "darwin-test"
{ allowSubstitutes = false; preferLocalBuild = true; }
''
#! ${pkgs.stdenv.shell}