diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2022-06-24 23:14:56 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2022-06-24 23:14:56 +0200 |
commit | 749d914d10e7550fb26a3a1599e2d4d7ed59b00a (patch) | |
tree | 9f159d0d33c81c87542fd7a4229b4ad02ae6742e /flake.nix | |
parent | f06b6fa4faa3283c28a01579d89ee4039d7ecc36 (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.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |