aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2022-06-24 23:14:56 +0200
committerEelco Dolstra <edolstra@gmail.com>2022-06-24 23:14:56 +0200
commit749d914d10e7550fb26a3a1599e2d4d7ed59b00a (patch)
tree9f159d0d33c81c87542fd7a4229b4ad02ae6742e /flake.nix
parentf06b6fa4faa3283c28a01579d89ee4039d7ecc36 (diff)
Add reminder to remove nix-static testing hack
https://github.com/NixOS/nix/pull/6708#issuecomment-1165912951
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 5df593940..22367df71 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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