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
+5
View File
@@ -0,0 +1,5 @@
{
description = "claude-vm";
outputs = { self }: import ./default.nix;
}