From 70c3c02996e71b00c4f35b99fcf86880c66d2ab9 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Mon, 15 May 2023 08:07:43 -0400 Subject: [PATCH] Set nix path for automation --- machines/oracles/automation.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/machines/oracles/automation.nix b/machines/oracles/automation.nix index 0ee705e..ba2c40c 100644 --- a/machines/oracles/automation.nix +++ b/machines/oracles/automation.nix @@ -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