Add nono AI agent sandbox CLI

This commit is contained in:
2026-03-06 16:58:50 +00:00
parent efb313d16a
commit 7d8df70308
6 changed files with 55 additions and 25 deletions

View File

@@ -63,6 +63,10 @@
url = "github:nix-community/naersk/master";
inputs.nixpkgs.follows = "nixpkgs";
};
nono = {
url = "github:always-further/nono";
flake = false;
};
# Secrets inputs
sops-nix = {
url = "github:Mic92/sops-nix";