* Fix nix-push.
This commit is contained in:
parent
ab0bc4999a
commit
9486dda115
9 changed files with 56 additions and 63 deletions
7
corepkgs/nar/unnar.nix
Normal file
7
corepkgs/nar/unnar.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{system, narFile, outPath}: derivation {
|
||||
name = "unnar";
|
||||
builder = ./unnar.sh;
|
||||
system = system;
|
||||
narFile = narFile;
|
||||
outPath = outPath;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue