add unstable overlay

This commit is contained in:
Sean Buckley 2021-06-25 00:03:02 -04:00
parent e22ed943f7
commit 1903314a6b

View file

@ -24,6 +24,11 @@ let
(hostMeta.module)
(hardwareModules.${hostMeta.hardware})
(_: { networking.hostName = hostName; })
(_: {
nixpkgs.overlays = [
(_: _: { unstable = callerInputs.unstable.legacyPackages.${hostMeta.system}; })
];
})
];
};