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