mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
home-manager: fix variable name
This commit is contained in:
parent
342fd40ccb
commit
47d6c3f652
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ function setConfigFile() {
|
|||
local hmConfigHome="$configHome/home-manager"
|
||||
local nixpkgsConfigHome="$configHome/nixpkgs"
|
||||
local defaultConfFile="$hmConfigHome/home.nix"
|
||||
local configFlake
|
||||
local configFile
|
||||
|
||||
if [[ -e "$defaultConfFile" ]]; then
|
||||
configFile="$defaultConfFile"
|
||||
|
|
Loading…
Reference in a new issue