Skip to content

Commit

Permalink
Merge pull request #1402 from input-output-hk/lc/fix-nix-flake-check
Browse files Browse the repository at this point in the history
Fix hydra-node-cabal-shell not building
  • Loading branch information
locallycompact committed Apr 19, 2024
2 parents 0a84ebc + 8c6f5d3 commit 29159d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@

in
rec {
legacyPackages = pkgs;
legacyPackages = hsPkgs;

packages =
hydraPackages //
Expand Down
2 changes: 1 addition & 1 deletion nix/hydra/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ let
name = "hydra-node-cabal-shell";

buildInputs = libs ++ [
hsPkgs.compiler.${compiler}
hsPkgs.ghc
pkgs.cabal-install
pkgs.pkg-config
] ++ buildInputs;
Expand Down

0 comments on commit 29159d9

Please sign in to comment.