flake.nix | moving overrides things to top
This commit is contained in:
parent
56bd757199
commit
54f99299f9
1 changed files with 4 additions and 0 deletions
|
|
@ -27,6 +27,10 @@
|
||||||
lib = nixpkgs.lib // home-manager.lib;
|
lib = nixpkgs.lib // home-manager.lib;
|
||||||
in {
|
in {
|
||||||
inherit lib;
|
inherit lib;
|
||||||
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
config.allowUnfree = true;
|
||||||
|
nixpkgs.config.allowUnfreePredicate = pkg:
|
||||||
|
builtins.elem (lib.getName pkg) [ "widevine-cdm" ];
|
||||||
colmena = {
|
colmena = {
|
||||||
meta = {
|
meta = {
|
||||||
nixpkgs = import nixpkgs { system = "x86_64-linux"; };
|
nixpkgs = import nixpkgs { system = "x86_64-linux"; };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue