mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
Add reminder to remove nix-static testing hack
https://github.com/NixOS/nix/pull/6708#issuecomment-1165912951
This commit is contained in:
parent
f06b6fa4fa
commit
749d914d10
1 changed files with 1 additions and 0 deletions
|
@ -572,6 +572,7 @@
|
||||||
buildInputs = buildDeps ++ propagatedDeps;
|
buildInputs = buildDeps ++ propagatedDeps;
|
||||||
|
|
||||||
# Work around pkgsStatic disabling all tests.
|
# Work around pkgsStatic disabling all tests.
|
||||||
|
# Remove in NixOS 22.11, see https://github.com/NixOS/nixpkgs/pull/140271.
|
||||||
preHook =
|
preHook =
|
||||||
''
|
''
|
||||||
doCheck=1
|
doCheck=1
|
||||||
|
|
Loading…
Reference in a new issue