Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions nix/build-support/stacklock2nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,8 @@ let
mkdir -p "$out"
cd "$out"
${lib.concatMapStrings copyForPkg pkgs}
# the derivation must not fail in case the very last `copyForPkg` fails
true
'';

# Similar to callHackage, but instead of internally running cabal2nix, it
Expand Down