mirror of
https://github.com/NixOS/nix
synced 2025-07-10 04:43:53 +02:00
Update nix profile: - incorporate NixOS's configuration so that nix is usable by normal users - install as a data file, not a program file
This commit is contained in:
parent
d0308073c3
commit
6a214f3e06
2 changed files with 49 additions and 10 deletions
|
@ -11,7 +11,7 @@ nix-pull nix-push: download-using-manifests.pl
|
|||
|
||||
install-exec-local: download-using-manifests.pl copy-from-other-stores.pl find-runtime-roots.pl
|
||||
$(INSTALL) -d $(DESTDIR)$(sysconfdir)/profile.d
|
||||
$(INSTALL_PROGRAM) nix-profile.sh $(DESTDIR)$(sysconfdir)/profile.d/nix.sh
|
||||
$(INSTALL_DATA) nix-profile.sh $(DESTDIR)$(sysconfdir)/profile.d/nix.sh
|
||||
$(INSTALL) -d $(DESTDIR)$(libexecdir)/nix
|
||||
$(INSTALL_PROGRAM) find-runtime-roots.pl $(DESTDIR)$(libexecdir)/nix
|
||||
$(INSTALL_PROGRAM) build-remote.pl $(DESTDIR)$(libexecdir)/nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue