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

@@ -48,6 +48,10 @@
nixpkgs.url = "github:nixos/nixpkgs/master";
nixpkgs-lib.follows = "nixpkgs";
nixvim.url = "github:nix-community/nixvim";
nono = {
flake = false;
url = "github:always-further/nono";
};
sops-nix = {
inputs.nixpkgs.follows = "nixpkgs";
url = "github:Mic92/sops-nix";