Redo the Deck having unstable
This commit is contained in:
parent
b42fae82dc
commit
d8247a7a99
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue