We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7093f4 commit 2069df6Copy full SHA for 2069df6
flake.nix
@@ -369,7 +369,7 @@
369
cardano-cli = windowsPackages.cardano-cli;
370
cardano-node = windowsPackages.cardano-node;
371
tests = lib.collect lib.isDerivation windowsPackages.tests;
372
- benchmarks = lib.collect lib.isDerivation windowsPackages.benchmarks;
+ # benchmarks = lib.collect lib.isDerivation windowsPackages.benchmarks;
373
};
374
375
}
0 commit comments