mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
add unstable overlay
This commit is contained in:
parent
e22ed943f7
commit
1903314a6b
1 changed files with 5 additions and 0 deletions
|
@ -24,6 +24,11 @@ let
|
||||||
(hostMeta.module)
|
(hostMeta.module)
|
||||||
(hardwareModules.${hostMeta.hardware})
|
(hardwareModules.${hostMeta.hardware})
|
||||||
(_: { networking.hostName = hostName; })
|
(_: { networking.hostName = hostName; })
|
||||||
|
(_: {
|
||||||
|
nixpkgs.overlays = [
|
||||||
|
(_: _: { unstable = callerInputs.unstable.legacyPackages.${hostMeta.system}; })
|
||||||
|
];
|
||||||
|
})
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue