flake: switch Gaming and Macbook to nixpkgs unstable
home-manager unstable requires lib/services/lib.nix which was added to nixpkgs after 25.11. Move the two Hyprland hosts to unstable so the HM module evaluates against a compatible nixpkgs. Mediaserver stays on stable. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
2156ce4138
commit
83ab64e35b
1 changed files with 4 additions and 2 deletions
|
|
@ -66,9 +66,11 @@
|
|||
in
|
||||
{
|
||||
nixosConfigurations = {
|
||||
FredOS-Gaming = mkHost "FredOS-Gaming" nixpkgs-stable home-manager;
|
||||
# Gaming and Macbook use nixpkgs unstable — required by home-manager
|
||||
# unstable which needs lib/services/lib.nix added in nixpkgs after 25.11.
|
||||
FredOS-Gaming = mkHost "FredOS-Gaming" nixpkgs home-manager;
|
||||
FredOS-Mediaserver = mkHost "FredOS-Mediaserver" nixpkgs-stable home-manager-stable;
|
||||
FredOS-Macbook = mkHost "FredOS-Macbook" nixpkgs-stable home-manager;
|
||||
FredOS-Macbook = mkHost "FredOS-Macbook" nixpkgs home-manager;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue