From 749d914d10e7550fb26a3a1599e2d4d7ed59b00a Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 24 Jun 2022 23:14:56 +0200 Subject: [PATCH] Add reminder to remove nix-static testing hack https://github.com/NixOS/nix/pull/6708#issuecomment-1165912951 --- flake.nix | 1 + 1 file changed, 1 insertion(+) 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