1
0
Fork 0
nixos-config/overlays/20-unfree.nix

7 lines
141 B
Nix
Raw Normal View History

2020-05-27 13:20:08 +00:00
self: super:
if super.config.allowUnfree or false then
{ }
else {
unfree = import self.sources.nixpkgs { config.allowUnfree = true; };
}