diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2019-12-04 00:31:09 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2019-12-04 00:31:09 +0100 |
commit | c3c23a52ee1c5844343bc5ed075791ec7fec6413 (patch) | |
tree | baf65223d87d2a5a5030f88208ceebab790624da /tests/config.nix.in | |
parent | e721f99817bb7154d8098c902e25f84521a90b7f (diff) | |
parent | c1d18050b4cfed9eba68d4d21b397c6cce035e37 (diff) |
Merge remote-tracking branch 'origin/master' into flakes
Diffstat (limited to 'tests/config.nix.in')
-rw-r--r-- | tests/config.nix.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/config.nix.in b/tests/config.nix.in index ff5aeb31a..0ec2eba6b 100644 --- a/tests/config.nix.in +++ b/tests/config.nix.in @@ -1,9 +1,7 @@ -with import <nix/config.nix>; - rec { - inherit shell; + shell = "@bash@"; - path = coreutils; + path = "@coreutils@"; system = "@system@"; |