about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2018-10-01T18·28-0400
committerGitHub <noreply@github.com>2018-10-01T18·28-0400
commit47ed3b282f6ad0b979963b0d2d820aed7a03db12 (patch)
tree9e3314d6b2f8436672a7d8eb817f1b0f67145088
parent5b7cfa487e42d0ee198f628a2f2a17bcedc81dc1 (diff)
parent9cc876fb11dd28081d74c74834e75b05f08af8ef (diff)
Merge pull request #2462 from matthewbauer/patch-10
nix-profile-daemon: remove cruft
-rw-r--r--scripts/nix-profile-daemon.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/nix-profile-daemon.sh.in b/scripts/nix-profile-daemon.sh.in
index 1be9a0755d85..87d9fe5061a7 100644
--- a/scripts/nix-profile-daemon.sh.in
+++ b/scripts/nix-profile-daemon.sh.in
@@ -68,4 +68,4 @@ elif [ -e "/nix/var/nix/profiles/default/etc/ssl/certs/ca-bundle.crt" ]; then #
 fi
 
 export NIX_PATH="nixpkgs=@localstatedir@/nix/profiles/per-user/root/channels/nixpkgs:@localstatedir@/nix/profiles/per-user/root/channels"
-export PATH="$HOME/.nix-profile/bin:$HOME/.nix-profile/lib/kde4/libexec:@localstatedir@/nix/profiles/default/bin:@localstatedir@/nix/profiles/default:@localstatedir@/nix/profiles/default/lib/kde4/libexec:$PATH"
+export PATH="$HOME/.nix-profile/bin:@localstatedir@/nix/profiles/default/bin:$PATH"