1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 14:21:48 +02:00

Remove nix-reduce-build and nix-http-export

These scripts are not installed and haven't been updated in many
years.
This commit is contained in:
Eelco Dolstra 2021-11-18 21:17:57 +01:00
parent f836e3e2ce
commit 9de324f554
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
4 changed files with 1 additions and 227 deletions

View file

@ -1,7 +1,5 @@
nix_noinst_scripts := \
$(d)/nix-http-export.cgi \
$(d)/nix-profile.sh \
$(d)/nix-reduce-build
$(d)/nix-profile.sh
noinst-scripts += $(nix_noinst_scripts)