diff options
| author | Baitinq <[email protected]> | 2025-10-19 18:16:45 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2025-10-19 18:17:00 +0200 |
| commit | 2733e5856998101fb5d96a9f4e0eabf5403cf3d0 (patch) | |
| tree | b19540a27db05c9dd06add87038aae797cb16c4c /flake.nix | |
| parent | Initial commit (diff) | |
| download | agent-2733e5856998101fb5d96a9f4e0eabf5403cf3d0.tar.gz agent-2733e5856998101fb5d96a9f4e0eabf5403cf3d0.tar.bz2 agent-2733e5856998101fb5d96a9f4e0eabf5403cf3d0.zip | |
dummy example
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix index f5bb410..eb682d1 100644 --- a/flake.nix +++ b/flake.nix @@ -20,6 +20,7 @@ buildInputs = [ python3 python3Packages.uv + pyright ]; }; } |