From 68da6ca63db60873a320ce9bb0a52e56e88d2b3a Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Mon, 29 Jul 2024 18:36:50 -0500 Subject: [PATCH] refactor(hosts/orion): use latest `nix` version --- 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 d78410e4..98849775 100644 --- a/hosts/orion/modules/nix.nix +++ b/hosts/orion/modules/nix.nix @@ -1,8 +1,9 @@ -{ inputs, ... }: +{ inputs, pkgs, ... }: { nixpkgs.config.allowUnfree = true; nix = { + package = pkgs.nixVersions.latest; nixPath = [ "nixpkgs=${inputs.nixpkgs}" ]; settings = { experimental-features = [