From c5bf3caf29b239f3d1ab88b878ad7b524714c7bc Mon Sep 17 00:00:00 2001 From: haras Date: Sun, 5 Apr 2026 10:04:33 +0200 Subject: [PATCH] feat(nix): ignore nixos test history --- Nix.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Nix.gitignore b/Nix.gitignore index 912e6700..a3575848 100644 --- a/Nix.gitignore +++ b/Nix.gitignore @@ -4,3 +4,6 @@ result-* # Ignore automatically generated direnv output .direnv + +# Ignore NixOS interactive test driver history +**/.nixos-test-history