feat: add flake.nix

This commit is contained in:
2026-04-10 09:36:02 +02:00
parent bb76859d6d
commit 8ead01380b
2 changed files with 11 additions and 0 deletions
+6
View File
@@ -17,6 +17,12 @@ result/bin/claude-vm --model sonnet
result/bin/claude-vm -p "fix the tests"
```
or
```bash
nix run git+https://git.oceanbox.io/oceanbox/claude-vm#claude-vm --impure
```
All arguments are forwarded to claude-code inside the VM.
## Home Manager (Npins)
+5
View File
@@ -0,0 +1,5 @@
{
description = "claude-vm";
outputs = { self }: import ./default.nix;
}