From 554f73d4777b9351b040e7d3258456bf6ff993cc Mon Sep 17 00:00:00 2001 From: Andrew Bryant Date: Fri, 14 Aug 2026 16:05:49 -0400 Subject: [PATCH] tests/default.nix: removed system.stateVersion declaration Having the declaration of system.stateVersion just adds more maintainance for devs. For example, changing the nixpkgs value in flake.nix requires a change of system.stateVersion in tests/default.nix. --- tests/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/default.nix b/tests/default.nix index 1274983..cbae60b 100644 --- a/tests/default.nix +++ b/tests/default.nix @@ -6,8 +6,6 @@ ../nixos-module/invoiceninja.nix ]; - system.stateVersion = "25.11"; - nixpkgs.config.allowUnfree = true; users.users.test = {