Add reminder to remove nix-static testing hack

https://github.com/NixOS/nix/pull/6708#issuecomment-1165912951
This commit is contained in:
Eelco Dolstra 2022-06-24 23:14:56 +02:00
parent f06b6fa4fa
commit 749d914d10
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -572,6 +572,7 @@
buildInputs = buildDeps ++ propagatedDeps;
# Work around pkgsStatic disabling all tests.
# Remove in NixOS 22.11, see https://github.com/NixOS/nixpkgs/pull/140271.
preHook =
''
doCheck=1