chore(test): Add configFileVersion attribute to the rosenpass nix package and print config file versions of used packages in integration tests

This commit is contained in:
David Niehues
2025-08-12 13:58:00 +02:00
parent 3e4e67b1e3
commit 651d59cc8c
2 changed files with 25 additions and 0 deletions

View File

@@ -72,6 +72,8 @@ rustPlatform.buildRustPackage {
package
];
configFileVersion = "1";
doCheck = true;
cargoLock = {