From 72a931a71a4722c0e56b231d07787bef608ceedc Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 5 Aug 2025 21:31:36 +0900 Subject: 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 --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.gitignore') 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 -- cgit v1.3.1