From fd77e045f478f2fbb322f8b206667880ce137e43 Mon Sep 17 00:00:00 2001 From: Katarina Sheremet Date: Tue, 9 Jun 2026 08:24:08 +0000 Subject: [PATCH] Allow unfree packages (agy) --- hosts/dia/nixos.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/dia/nixos.nix b/hosts/dia/nixos.nix index eb0cccf..9eb396f 100644 --- a/hosts/dia/nixos.nix +++ b/hosts/dia/nixos.nix @@ -23,6 +23,7 @@ in virtualisation.docker.enable = true; + nixpkgs.config.allowUnfree = true; # for agy environment.systemPackages = with pkgs; [ (jail "jailed-agy" pkgs.antigravity-cli ( with jail.combinators;