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.
This commit is contained in:
2026-08-14 16:15:55 -04:00
parent 5de2563c0f
commit 554f73d477
-2
View File
@@ -6,8 +6,6 @@
../nixos-module/invoiceninja.nix ../nixos-module/invoiceninja.nix
]; ];
system.stateVersion = "25.11";
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
users.users.test = { users.users.test = {