From 4e563e3ed94118bc56657ef96ecba088df24921b Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Mon, 1 Jul 2024 14:03:50 -0500 Subject: [PATCH] feat(host/orion): set `nixPath` to flake nixpkgs input --- hosts/orion/modules/nix.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/orion/modules/nix.nix b/hosts/orion/modules/nix.nix index 20355f04..653c6490 100644 --- a/hosts/orion/modules/nix.nix +++ b/hosts/orion/modules/nix.nix @@ -1,7 +1,8 @@ -{ ... }: +{ inputs, ... }: { nix = { + nixPath = [ "nixpkgs=${inputs.nixpkgs}" ]; settings = { experimental-features = [ "nix-command"