nix: fix overlay pinning

This would prevent the massive rebuild
This commit is contained in:
Primrose 2025-03-12 02:13:44 +01:00
parent 58bc95b34e
commit 906ffa7fe1
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 13 additions and 5 deletions

View file

@ -12,7 +12,10 @@
# Has to be done here because hm-modules don't have access to flake inputs
nix.registry.nixpkgs.flake = inputs.nixpkgs;
nixpkgs.overlays = [self.overlays.default];
nixpkgs.overlays = [
self.overlays.default
self.overlays.packages'
];
};
mkNixOSes = let