diff --git a/hosts/orion/modules/nix.nix b/hosts/orion/modules/nix.nix index 2aedb27b..a8fdadc1 100644 --- a/hosts/orion/modules/nix.nix +++ b/hosts/orion/modules/nix.nix @@ -1,9 +1,8 @@ -{ inputs, pkgs, ... }: +{ inputs, ... }: { nixpkgs.config.allowUnfree = true; nix = { - package = pkgs.nixVersions.latest; nixPath = [ "nixpkgs=${inputs.nixpkgs}" ]; settings = { experimental-features = [ @@ -29,4 +28,4 @@ options = "--delete-older-than 7d"; }; }; -} \ No newline at end of file +}