Skip to content

Commit e2d4e29

Browse files
committed
fix nix error
1 parent 5841932 commit e2d4e29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
shell.tools = {
162162
cabal = "latest";
163163
haskell-language-server = {
164-
src = nixpkgs.haskell-nix.sources."hls-2.9"
164+
src = nixpkgs.haskell-nix.sources."hls-2.9";
165165
};
166166
};
167167
# Now we use pkgsBuildBuild, to make sure that even in the cross

0 commit comments

Comments
 (0)