Skip to content

Commit

Permalink
Fixed build failing due to missing build-generated-code binary
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed May 20, 2024
1 parent 0e5c1ed commit 1d6c7e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NixSupport/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ in
nativeBuildInputs = builtins.concatLists [
[ pkgs.makeWrapper
pkgs.cacert # Needed for npm install to work from within the IHP build process
ghc.ihp-ide # Needed for build-generated-code
]
(if includeDevTools then [(pkgs.postgresql_13.withPackages postgresExtensions)] else [])
];
Expand Down

0 comments on commit 1d6c7e7

Please sign in to comment.