diff --git a/lib/hosts.nix b/lib/hosts.nix index bbaff4c..0ea9ad2 100644 --- a/lib/hosts.nix +++ b/lib/hosts.nix @@ -24,6 +24,11 @@ let (hostMeta.module) (hardwareModules.${hostMeta.hardware}) (_: { networking.hostName = hostName; }) + (_: { + nixpkgs.overlays = [ + (_: _: { unstable = callerInputs.unstable.legacyPackages.${hostMeta.system}; }) + ]; + }) ]; };