nix/scripts
Thomas Miedema 318929dfa9 nix-daemon: source nix-profile-daemon.sh only once
On my system (Ubuntu 24.04 with nix installed using
https://zero-to-nix.com/), I noticed that my PATH
contained multiple times the following entries:

  /home/thomas/.nix-profile/bin
  /nix/var/nix/profiles/default/bin

Fix it by inserting a missing `export`, to make
sure `nix-daemon.sh` is really only executed once.

(cherry picked from commit 2b4e3fa144)
2025-04-01 06:47:30 +00:00
..
bigsur-nixbld-user-migration.sh Merge pull request #10919 from abathur/macos_sequoia_fixes 2024-09-03 19:55:55 -04:00
binary-tarball.nix Format .nix files 2025-01-24 20:40:21 +01:00
build-checks speed up ci by splitting off eval and build 2024-12-14 12:07:35 +01:00
create-darwin-volume.sh Disable suid and atime on the /nix mount point on Darwin 2024-12-05 14:01:00 -05:00
install-darwin-multi-user.sh scripts/install-darwin-multi-user: workaround dscl failing sometimes 2025-01-08 18:03:50 +01:00
install-multi-user.sh scripts/install-multi-user: fix typo 2025-01-13 14:12:41 +05:30
install-nix-from-tarball.sh Allow sudo alternatives when installing from tarball 2024-12-01 14:36:58 +03:00
install-systemd-multi-user.sh fix: make sure directory exists before using ln 2024-10-31 16:25:18 +01:00
install.in scripts/install.in: add riscv64 support to installer 2024-05-30 15:03:20 +02:00
installer.nix Format .nix files 2025-01-24 20:40:21 +01:00
meson.build Remove dead code in the Meson build system 2024-10-09 11:07:15 -04:00
nix-profile-daemon.fish.in Fix loop over $NIX_PROFILES in nix-profile-daemon.fish.in 2024-03-20 15:23:31 +11:00
nix-profile-daemon.sh.in nix-daemon: source nix-profile-daemon.sh only once 2025-04-01 06:47:30 +00:00
nix-profile.fish.in Resolve conflict 2025-02-10 16:01:13 +01:00
nix-profile.sh.in nix-profile.sh.in: fix envvar condition 2024-09-19 07:20:04 +03:00
prepare-installer-for-github-actions installer: make sure we can always test the installer in ci and locally 2024-12-15 18:17:15 +01:00
sequoia-nixbld-user-migration.sh sequoia-nixbld-user-migration: nail down PATH 2025-01-15 08:59:14 -06:00
serve-installer-for-github-actions installer: make sure we can always test the installer in ci and locally 2024-12-15 18:17:15 +01:00