Set nix path for automation
This commit is contained in:
parent
c8cb0e4fb5
commit
70c3c02996
|
@ -5,6 +5,8 @@ let
|
|||
environment = {
|
||||
XDG_RUNTIME_DIR = "/tmp";
|
||||
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; [
|
||||
git
|
||||
|
|
Loading…
Reference in New Issue