From 54f99299f972cfc98f7db504d366209779db817c Mon Sep 17 00:00:00 2001 From: Don Harper Date: Fri, 23 May 2025 21:20:36 -0500 Subject: [PATCH] flake.nix | moving overrides things to top --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index 9466172..1a73ce1 100644 --- a/flake.nix +++ b/flake.nix @@ -27,6 +27,10 @@ lib = nixpkgs.lib // home-manager.lib; in { inherit lib; + nixpkgs.config.allowUnfree = true; + config.allowUnfree = true; + nixpkgs.config.allowUnfreePredicate = pkg: + builtins.elem (lib.getName pkg) [ "widevine-cdm" ]; colmena = { meta = { nixpkgs = import nixpkgs { system = "x86_64-linux"; };