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:
Naïm Favier 2023-02-07 18:25:38 +01:00 committed by Robert Helgesson
parent b70362bf9b
commit d6b1d42682
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

2
modules/lib-bash/activation-init.sh Executable file → Normal file
View 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"