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 94c9009 commit cc0cde9Copy full SHA for cc0cde9
flake.nix
@@ -239,12 +239,15 @@
239
hydraJobs = forEachSystem (system:
240
let
241
# Include hydraJobs from nix-tools subflake.
242
+ # NOTE: These derivations do not depend on the haskell.nix in ./. but
243
+ # on the version of haskell.nix locked in the subflake. They are
244
+ # evaluated within their own flake and independently of anything
245
+ # else. Here we only expose them in the main flake.
246
nix-tools-hydraJobs =
247
let cf = callFlake {
248
inherit system;
249
pkgs = self.legacyPackages.${system};
250
src = ./nix-tools;
- override-inputs.haskellNix = self;
251
};
252
in cf.defaultNix.hydraJobs;
253
in
0 commit comments