diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-06-21T09·51+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-06-21T09·51+0000 |
commit | 37ee6cef992c1a80e790a294b75db8c116be8bbb (patch) | |
tree | c9296a3d00ce0768e6200d29b39d11beab48c406 /corepkgs/nix-pull/default.nix | |
parent | 3f3a3ae87b3d72d52842d9a2ffe7010f5b0066b9 (diff) |
* Adapted nix-pull to use the new substitute mechanism.
Diffstat (limited to 'corepkgs/nix-pull/default.nix')
-rw-r--r-- | corepkgs/nix-pull/default.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/corepkgs/nix-pull/default.nix b/corepkgs/nix-pull/default.nix new file mode 100644 index 000000000000..700d7213141c --- /dev/null +++ b/corepkgs/nix-pull/default.nix @@ -0,0 +1,7 @@ +{system}: + +derivation { + name = "nix-pull"; + builder = ./builder.sh; + inherit system; +} |