Set nix path for automation

This commit is contained in:
Nathan McCarty 2023-05-15 08:07:43 -04:00
parent c8cb0e4fb5
commit 70c3c02996
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ let
environment = { environment = {
XDG_RUNTIME_DIR = "/tmp"; XDG_RUNTIME_DIR = "/tmp";
HOME = "/home/nathan"; HOME = "/home/nathan";
NIX_PATH =
"nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixos:nixos-config=/etc/nixos/configuration.nix:/nix/var/nix/profiles/per-user/root/channels";
}; };
path = with pkgs; [ path = with pkgs; [
git git