feat: allow unfree packages in colmena hive

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2025-10-31 20:02:38 +01:00
parent b2d64c5ae1
commit 7e668d4d48
Signed by: lander
GPG key ID: 0142722B4B0C536F

View file

@ -202,6 +202,7 @@
meta = {
nixpkgs = import nixpkgs {
system = "aarch64-linux";
config.allowUnfree = true;
overlays = [
overlays.unstable-packages
inputs.headplane.overlays.default