1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 02:43:54 +02:00

Run statix

This commit is contained in:
Jacek Galowicz 2023-11-30 22:49:02 +00:00
parent c982198485
commit c64190e650
2 changed files with 5 additions and 5 deletions

View file

@ -141,10 +141,10 @@ stdenv.mkDerivation (finalAttrs: {
apis = ["s3" "transfer"];
customMemoryManagement = false;
}))
++ lib.optionals finalAttrs.doCheck ([
++ lib.optionals finalAttrs.doCheck [
gtest
rapidcheck
]);
];
propagatedBuildInputs = [
boehmgc