test: update to NixOS 22.11

This commit is contained in:
Erik Arvstedt
2022-12-18 20:01:52 +01:00
parent 142cbcfb37
commit 77d58162e7
3 changed files with 17 additions and 11 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ let
# is_interactive is set in ./run-vm.sh
''
if not "is_interactive" in vars():
run_tests()
nb_run_tests()
''
];
};