add license whitelist
This commit is contained in:
parent
49707da780
commit
72c88853c6
|
@ -1,5 +1,10 @@
|
||||||
|
let
|
||||||
|
lib = import <nixpkgs>.lib;
|
||||||
|
|
||||||
|
in
|
||||||
{
|
{
|
||||||
|
|
||||||
config.clementine.spotify = false;
|
config.clementine.spotify = false;
|
||||||
|
config.whitelistedLicenses = with lib.licenses; [ wtfpl ];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue