mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
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
1 changed files with 0 additions and 2 deletions
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() {
|
function setupVars() {
|
||||||
local nixStateDir="${NIX_STATE_DIR:-/nix/var/nix}"
|
local nixStateDir="${NIX_STATE_DIR:-/nix/var/nix}"
|
||||||
local profilesPath="$nixStateDir/profiles/per-user/$USER"
|
local profilesPath="$nixStateDir/profiles/per-user/$USER"
|
||||||
|
|
Loading…
Reference in a new issue