Skip to content

Commit

Permalink
settings.separateBinOutput: add warning
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Jun 7, 2023
1 parent 1f0a5ee commit 943f7db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nix/modules/project/settings/all.nix
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,9 @@ in
description = ''
Create two outputs for this Haskell package -- 'out' and 'bin'. This is
useful to separate out the binary with a reduced closure size.
WARNING: This can lead to cyclic references; see
https://github.com/srid/haskell-flake/issues/167
'';
impl = enable:
let
Expand Down

0 comments on commit 943f7db

Please sign in to comment.