fix lib
import
This commit is contained in:
parent
72c88853c6
commit
23252595ff
|
@ -1,10 +1,10 @@
|
||||||
let
|
let
|
||||||
lib = import <nixpkgs>.lib;
|
lib = (import <nixpkgs> {}).lib;
|
||||||
|
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
||||||
config.clementine.spotify = false;
|
clementine.spotify = false;
|
||||||
config.whitelistedLicenses = with lib.licenses; [ wtfpl ];
|
whitelistedLicenses = with lib.licenses; [ wtfpl ];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue