Let's try this instead...

This commit is contained in:
Lillian Violet 2024-01-19 01:53:05 +01:00
parent eda72f9018
commit 25fedc1cc4
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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