aboutsummaryrefslogtreecommitdiff
path: root/tests/config.nix.in
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2012-01-03 01:51:38 +0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2012-01-03 01:51:38 +0000
commit39d45a6b090b5105423b22b8ef39c2a4a000a4a1 (patch)
tree945e102b1f482f8eb393fe1c597b8ea499b26bf3 /tests/config.nix.in
parentdadbb51d969517c1f2512015ab201dc99088d9a6 (diff)
* Add a test for nix-channel.
* Refactor the nix-channel unpacker a bit.
Diffstat (limited to 'tests/config.nix.in')
-rw-r--r--tests/config.nix.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/config.nix.in b/tests/config.nix.in
index 2bfee8b44..db3da1451 100644
--- a/tests/config.nix.in
+++ b/tests/config.nix.in
@@ -13,5 +13,6 @@ rec {
builder = shell;
args = ["-e" args.builder];
PATH = path;
- } // removeAttrs args ["builder"]);
+ } // removeAttrs args ["builder" "meta"])
+ // { meta = args.meta or {}; };
}