Skip to content

Commit

Permalink
Fill in system in output noci
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Dec 5, 2024
1 parent cadf1b5 commit 37881be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
exeAttr = "haskell-notebook-language-server:exe:haskell-notebook-language-server";

packageForGitHub = hnls: ghcName: pkgs.runCommand "haskell-notebook-language-server-${hnls.version}" { nativeBuildInputs = [pkgs.binutils]; } ''
name="haskell-notebook-language-server-${hnls.version}-${ghcName}-x86_64-linux"
name="haskell-notebook-language-server-${hnls.version}-${ghcName}-${system}"
mkdir -p $out
cp ${hnls}/bin/haskell-notebook-language-server $out/$name
Expand Down

0 comments on commit 37881be

Please sign in to comment.