Skip to content

Commit 9ea3985

Browse files
authored
Update ci.yaml
1 parent ea5d85b commit 9ea3985

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,4 @@ jobs:
3131
# See https://srid.ca/haskell-template/checks
3232
nix run nixpkgs#sd 'systems = nixpkgs.lib.systems.flakeExposed' 'systems = [ "x86_64-linux" ]' flake.nix
3333
34-
# Sandbox must be disabled due to HLS,
35-
# https://github.com/haskell/haskell-language-server/issues/3128
36-
nix --option sandbox false flake check -L
34+
nix flake check -L

0 commit comments

Comments
 (0)