NixOS-Config/overlays/unstable/default.nix

8 lines
132 B
Nix
Raw Normal View History

2024-10-15 02:40:43 -04:00
{ unstable, ... }:
(final: prev: {
unstable = import unstable {
2024-10-12 20:44:05 -04:00
system = final.system;
config.allowUnfree = true;
};
2024-10-15 02:40:43 -04:00
})