mirror of
https://github.com/NixOS/nix
synced 2025-07-09 03:43:54 +02:00
* Add a test for nix-channel.
* Refactor the nix-channel unpacker a bit.
This commit is contained in:
parent
dadbb51d96
commit
39d45a6b09
13 changed files with 103 additions and 75 deletions
|
@ -13,5 +13,6 @@ rec {
|
|||
builder = shell;
|
||||
args = ["-e" args.builder];
|
||||
PATH = path;
|
||||
} // removeAttrs args ["builder"]);
|
||||
} // removeAttrs args ["builder" "meta"])
|
||||
// { meta = args.meta or {}; };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue