Files
nixpkgs/nixos/tests/password-option-override-ordering.nix
Shogo Takata 8456f8a8cb nixosTests.password-option-override-ordering: fix build by removing crypt
This fixed the build failure of this test.
Python module crypt has been removed since python 3.13.
This PR uses `mkpasswd` to generate the same password for testing.
I have changed the name of the assert_password_match to indicate that
this only woks for sha512crypt algorithm.
2025-11-09 12:40:24 -08:00

7.4 KiB