diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-12-20T16·38+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-12-20T16·38+0000 |
commit | 3d1b2101ccfd34f15b108f54a563a616cb679109 (patch) | |
tree | adfdf74a5efc7d8b1eb4d4e939768d6c4895c286 /corepkgs/nix-pull/default.nix | |
parent | 7eed57e784068ae6e2e9bf4409639067df467cd3 (diff) |
* Place manifests in /nix/var/nix/manifests.
* Use the new patch downloader.
Diffstat (limited to 'corepkgs/nix-pull/default.nix')
-rw-r--r-- | corepkgs/nix-pull/default.nix | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/corepkgs/nix-pull/default.nix b/corepkgs/nix-pull/default.nix deleted file mode 100644 index 700d7213141c..000000000000 --- a/corepkgs/nix-pull/default.nix +++ /dev/null @@ -1,7 +0,0 @@ -{system}: - -derivation { - name = "nix-pull"; - builder = ./builder.sh; - inherit system; -} |