From 7e668d4d48dd07b4b7660bce4b915d81dcb495a2 Mon Sep 17 00:00:00 2001 From: Lander Van den Bulcke Date: Fri, 31 Oct 2025 20:02:38 +0100 Subject: [PATCH] feat: allow unfree packages in colmena hive Signed-off-by: Lander Van den Bulcke --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index c8a3963..cbf2b4c 100644 --- a/flake.nix +++ b/flake.nix @@ -202,6 +202,7 @@ meta = { nixpkgs = import nixpkgs { system = "aarch64-linux"; + config.allowUnfree = true; overlays = [ overlays.unstable-packages inputs.headplane.overlays.default