1
0
Fork 0
nixos-config/overlays/1-unfree.nix
2020-05-22 01:13:42 +02:00

7 lines
130 B
Nix

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