From d8247a7a99c33aaadb0476a44a92317d9d4366c0 Mon Sep 17 00:00:00 2001 From: Jimbo Date: Tue, 3 Sep 2024 01:26:49 -0400 Subject: [PATCH] Redo the Deck having unstable --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index c998c9c..e56afe1 100644 --- a/flake.nix +++ b/flake.nix @@ -61,7 +61,7 @@ nixos-mailserver.nixosModule ]; }; - JimDeck = nixpkgs.lib.nixosSystem { + JimDeck = nixpkgs-unstable.lib.nixosSystem { specialArgs = {inherit inputs outputs;}; modules = [ ./nixos/deck.nix @@ -89,7 +89,7 @@ ]; }; "jimbo@JimDeck" = home-manager.lib.homeManagerConfiguration { - pkgs = nixpkgs.legacyPackages.x86_64-linux; + pkgs = nixpkgs-unstable.legacyPackages.x86_64-linux; extraSpecialArgs = {inherit inputs outputs;}; modules = [ ./home-manager/jimbo_deck.nix