From 25fedc1cc4f82f86e1ee08d2648c12c011639606 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Fri, 19 Jan 2024 01:53:05 +0100 Subject: [PATCH] Let's try this instead... --- flake.nix | 2 +- nixos/hosts/queen/configuration.nix | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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