Allow unfree packages (agy)

This commit is contained in:
2026-06-09 08:24:08 +00:00
parent 4832e5d70d
commit fd77e045f4

View File

@@ -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;