mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 11:36:03 +01:00
Merge pull request #14255 from NixOS/backport-13702-to-2.30-maintenance
[Backport 2.30-maintenance] Revert "docker: make sure `nix config check` works"
This commit is contained in:
commit
fc0601b153
1 changed files with 1 additions and 0 deletions
|
|
@ -310,6 +310,7 @@ let
|
||||||
# see doc/manual/source/command-ref/files/profiles.md
|
# see doc/manual/source/command-ref/files/profiles.md
|
||||||
ln -s ${profile} $out/nix/var/nix/profiles/default-1-link
|
ln -s ${profile} $out/nix/var/nix/profiles/default-1-link
|
||||||
ln -s /nix/var/nix/profiles/default-1-link $out/nix/var/nix/profiles/default
|
ln -s /nix/var/nix/profiles/default-1-link $out/nix/var/nix/profiles/default
|
||||||
|
ln -s /nix/var/nix/profiles/default $out${userHome}/.nix-profile
|
||||||
|
|
||||||
# see doc/manual/source/command-ref/files/channels.md
|
# see doc/manual/source/command-ref/files/channels.md
|
||||||
ln -s ${channel} $out/nix/var/nix/profiles/per-user/${uname}/channels-1-link
|
ln -s ${channel} $out/nix/var/nix/profiles/per-user/${uname}/channels-1-link
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue