about summary refs log tree commit diff
path: root/scripts/Makefile.am
blob: cf70f1574464cc0f9cf2b0f6fc4c5f5f9ed54cb2 (plain) (blame)
1
2
3
4
5
6
7
8
9
bin_SCRIPTS = nix-switch nix-collect-garbage \
 nix-pull-prebuilts nix-push-prebuilts

install-exec-local:
	$(INSTALL) -d $(sysconfdir)/profile.d
	$(INSTALL_PROGRAM) nix-profile.sh $(sysconfdir)/profile.d/nix.sh
	$(INSTALL) -d $(sysconfdir)/nix
    # !!! don't overwrite local modifications
	$(INSTALL_PROGRAM) prebuilts.conf $(sysconfdir)/nix/prebuilts.conf