test: update to NixOS 22.11

This commit is contained in:
Erik Arvstedt 2022-12-18 13:13:44 +01:00
parent 142cbcfb37
commit 77d58162e7
No known key found for this signature in database
GPG key ID: 33312B944DD97846
3 changed files with 17 additions and 11 deletions

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()
''
];
};