activation-init.sh: remove shebang, execute bit
This is not a standalone script, it's only meant to be included from the activation script.
This commit is contained in:
parent
b70362bf9b
commit
d6b1d42682
2
modules/lib-bash/activation-init.sh
Executable file → Normal file
2
modules/lib-bash/activation-init.sh
Executable file → Normal file
|
@ -1,5 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
function setupVars() {
|
||||
local nixStateDir="${NIX_STATE_DIR:-/nix/var/nix}"
|
||||
local profilesPath="$nixStateDir/profiles/per-user/$USER"
|
||||
|
|
Loading…
Reference in a new issue