Skip to content

Commit

Permalink
Fix a nix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Mar 3, 2020
1 parent 153dca0 commit 94f1a89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ pkgs.haskellPackages.developPackage {
generic-random = githubRepo "Lysxia/generic-random" "1a091b6";
prettyprinter = pkgs.runCommand "prettyprinter" {}
''
cp -r -L ${prettyprinterSrc}/prettyprinter $out
mkdir $out
cp -r -L ${prettyprinterSrc}/prettyprinter/* $out/
'';
# dependent-sum
dependent-sum = dsumSrc + "/dependent-sum";
Expand Down

0 comments on commit 94f1a89

Please sign in to comment.