diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-08-05 21:31:36 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-08-07 02:46:04 +0900 |
| commit | 72a931a71a4722c0e56b231d07787bef608ceedc (patch) | |
| tree | 7de0a75a8d091ceb78f89a040af79f9c806710f3 /.gitignore | |
| parent | 9a25542c6d23fd4dc12f25fa914e6f560f4d7324 (diff) | |
nix: interactive nixos vm
This is useful for quickly spinning up an ephemeral hakurei environment for testing changes or reproducing vm test failures.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -29,4 +29,7 @@ go.work.sum /cmd/hakurei/LICENSE # release -/dist/hakurei-*
\ No newline at end of file +/dist/hakurei-* + +# interactive nixos vm +nixos.qcow2
\ No newline at end of file |
