fix variable name

This commit is contained in:
Bit Borealis 2023-03-29 23:19:28 +00:00
parent 7b7a320127
commit 8505f4e71b
Signed by: theotheroracle
GPG Key ID: 2D816A2DCA6E5649
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ let
homeManagerTarball = builtins.fetchTarball
"https://github.com/nix-community/home-manager/archive/master.tar.gz";
homeManager = import "${homeManagerTarball}/nixos";
deviceConf = import "${PROJECT_ROOT}/hosts/${sysConf.host}/";
deviceConf = import "${projectRoot}/hosts/${sysConf.host}/";
unstable = import unstableTarball config.nixpkgs.config;
sysConf = import ./saturn/system.nix;
in {