1
0
Fork 0
nixos-config/overlays/20-unfree.nix
2020-05-27 15:20:24 +02:00

7 lines
141 B
Nix

self: super:
if super.config.allowUnfree or false then
{ }
else {
unfree = import self.sources.nixpkgs { config.allowUnfree = true; };
}