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

7 lines
130 B
Nix
Raw Normal View History

2020-05-21 23:13:42 +00:00
self: super:
if super.config.allowUnfree or false then
{ }
else {
unfree = import <nixpkgs> { config.allowUnfree = true; };
}