Skip to content

Commit

Permalink
fix nix error
Browse files Browse the repository at this point in the history
  • Loading branch information
Cmdv committed Dec 13, 2024
1 parent 5841932 commit e2d4e29
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 @@ -161,7 +161,7 @@
shell.tools = {
cabal = "latest";
haskell-language-server = {
src = nixpkgs.haskell-nix.sources."hls-2.9"
src = nixpkgs.haskell-nix.sources."hls-2.9";
};
};
# Now we use pkgsBuildBuild, to make sure that even in the cross
Expand Down

0 comments on commit e2d4e29

Please sign in to comment.