Added Debian-based OS's profiles

This commit is contained in:
Nicolas Stig124 FORMICHELLA 2021-03-23 16:23:24 +01:00
parent 1581c3e8ef
commit 71f92741ec
No known key found for this signature in database
GPG Key ID: 6CF8D3A4170BD77B
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ readonly NIX_FIRST_BUILD_UID="30001"
readonly NIX_ROOT="/nix"
readonly NIX_EXTRA_CONF=${NIX_EXTRA_CONF:-}
readonly PROFILE_TARGETS=("/etc/bashrc" "/etc/profile.d/nix.sh" "/etc/zshenv")
readonly PROFILE_TARGETS=("/etc/bashrc" "/etc/profile.d/nix.sh" "/etc/zshenv" "/etc/bash.bashrc" "/etc/zsh/zshenv")
readonly PROFILE_BACKUP_SUFFIX=".backup-before-nix"
readonly PROFILE_NIX_FILE="$NIX_ROOT/var/nix/profiles/default/etc/profile.d/nix-daemon.sh"