NixOS-Config/overlays/unstable/default.nix

8 lines
135 B
Nix
Raw Normal View History

{ inputs, ... }:
final: prev: {
unstable = import inputs.unstable {
2024-10-12 20:44:05 -04:00
system = final.system;
config.allowUnfree = true;
};
}