diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-08-15T10·13+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-08-15T10·13+0000 |
commit | e374dbf89b0ba9a4f5835ef9ac30eda6df1dce6a (patch) | |
tree | ab3712823c18dcb08fd4506716b4a102b7cfdc8b /scripts/Makefile.am | |
parent | 01e30360d46ce940d8b83f4ff7a71e8464c1422b (diff) |
* A script `nix-prefetch-url' to fetch a URL, place it in the Nix
store, and print its hash.
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r-- | scripts/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index d1ab6e4cdc68..4a1be7f8f0d4 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -1,5 +1,5 @@ bin_SCRIPTS = nix-switch nix-collect-garbage \ - nix-pull nix-push + nix-pull nix-push nix-prefetch-url noinst_SCRIPTS = nix-profile.sh @@ -14,5 +14,6 @@ include ../substitute.mk EXTRA_DIST = nix-switch.in nix-collect-garbage.in \ nix-pull.in nix-push.in nix-profile.sh.in \ + nix-prefetch-url.in \ prebuilts.conf |