Skip to content

Commit

Permalink
Allow pure nix builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed Jul 24, 2023
1 parent e44595e commit 6dff6c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flake-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ ihpFlake:
includeDevTools = false;
# Set optimized = true to get more optimized binaries, but slower build times
optimized = true;
ghc = ghcCompiler;
pkgs = pkgs;
};

unoptimized-prod-server = import "${ihp}/NixSupport/default.nix" {
Expand All @@ -119,6 +121,8 @@ ihpFlake:
projectPath = cfg.projectPath;
includeDevTools = false;
optimized = false;
ghc = ghcCompiler;
pkgs = pkgs;
};


Expand Down

0 comments on commit 6dff6c5

Please sign in to comment.