diff options
author | Puck Meerburg <puck@puckipedia.com> | 2024-03-14 18:15:46 +0000 |
---|---|---|
committer | Puck Meerburg <puck@puckipedia.com> | 2024-03-14 18:15:46 +0000 |
commit | 93cc063344323a8b0d630d0a67acd121cdc3f86a (patch) | |
tree | bd302e9d9c087a8921ff6b5ad4ebe982762535f2 /scripts/local.mk | |
parent | c26599b1430e4d06a0c32290837b58537a7c4600 (diff) |
Delete the existing installer
We're not going to use it.
Fixes: #31
Change-Id: Ib17a2eb6cae1ecbbf9ad1062e576ba6107a3c13b
Diffstat (limited to 'scripts/local.mk')
-rw-r--r-- | scripts/local.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/local.mk b/scripts/local.mk index 46255e432..cf2288bb6 100644 --- a/scripts/local.mk +++ b/scripts/local.mk @@ -7,7 +7,5 @@ profiledir = $(sysconfdir)/profile.d $(eval $(call install-file-as, $(d)/nix-profile.sh, $(profiledir)/nix.sh, 0644)) $(eval $(call install-file-as, $(d)/nix-profile.fish, $(profiledir)/nix.fish, 0644)) -$(eval $(call install-file-as, $(d)/nix-profile-daemon.sh, $(profiledir)/nix-daemon.sh, 0644)) -$(eval $(call install-file-as, $(d)/nix-profile-daemon.fish, $(profiledir)/nix-daemon.fish, 0644)) clean-files += $(nix_noinst_scripts) |