aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-08-05 21:31:36 +0900
committerOphestra <cat@gensokyo.uk>2025-08-07 02:46:04 +0900
commit72a931a71a4722c0e56b231d07787bef608ceedc (patch)
tree7de0a75a8d091ceb78f89a040af79f9c806710f3 /.gitignore
parent9a25542c6d23fd4dc12f25fa914e6f560f4d7324 (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--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 0fbb8ee9..fbc14bdf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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