diff --git a/flake.nix b/flake.nix index a16b87b..6ed4891 100644 --- a/flake.nix +++ b/flake.nix @@ -107,7 +107,7 @@ nixosConfigurations = { queen = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; - specialArgs = {inherit inputs outputs;}; + specialArgs = {inherit inputs outputs nixpkgs-stable;}; modules = [ # > Our main nixos configuration file < ./nixos/hosts/queen/configuration.nix diff --git a/nixos/hosts/queen/configuration.nix b/nixos/hosts/queen/configuration.nix index 4c789ff..6a20d8e 100644 --- a/nixos/hosts/queen/configuration.nix +++ b/nixos/hosts/queen/configuration.nix @@ -4,6 +4,7 @@ lib, config, pkgs, + nixpkgs-stable, ... }: { imports = [ @@ -84,7 +85,7 @@ }; }; - environment.systemPackages = with pkgs.stable; [ + environment.systemPackages = with nixpkgs-stable; [ akkoma age fzf