mirror of
https://github.com/NixOS/nix
synced 2025-07-09 16:13:54 +02:00
* Remove `prebuilts.conf' file, it's not like anybody was using it.
* Add /nix/var/nix/manifests directory.
This commit is contained in:
parent
e3b051aeeb
commit
77970f8daf
3 changed files with 5 additions and 19 deletions
|
@ -12,8 +12,6 @@ install-exec-local: readmanifest.pm
|
|||
$(INSTALL) -d $(DESTDIR)$(libexecdir)/nix
|
||||
$(INSTALL_DATA) readmanifest.pm $(DESTDIR)$(libexecdir)/nix
|
||||
$(INSTALL) -d $(DESTDIR)$(sysconfdir)/nix
|
||||
# !!! don't overwrite local modifications
|
||||
$(INSTALL_DATA) prebuilts.conf $(DESTDIR)$(sysconfdir)/nix/prebuilts.conf
|
||||
|
||||
include ../substitute.mk
|
||||
|
||||
|
@ -21,5 +19,5 @@ EXTRA_DIST = nix-collect-garbage.in \
|
|||
nix-pull.in nix-push.in nix-profile.sh.in \
|
||||
nix-prefetch-url.in nix-install-package.in \
|
||||
nix-channel.in \
|
||||
prebuilts.conf readmanifest.pm.in \
|
||||
readmanifest.pm.in \
|
||||
nix-build.in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue