Skip to content

Commit

Permalink
Fix path in stack.yaml in flake
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Nov 29, 2023
1 parent ef7fd77 commit c554ff1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
cd $out
cp ${stackYaml} stack.yaml
cp ${stackYaml}.lock stack.yaml.lock
sed -i 's/\.\././g' stack.yaml
'';

exeAttr = "haskell-notebook-language-server:exe:haskell-notebook-language-server";
Expand Down

0 comments on commit c554ff1

Please sign in to comment.