We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea5d85b commit 9ea3985Copy full SHA for 9ea3985
.github/workflows/ci.yaml
@@ -31,6 +31,4 @@ jobs:
31
# See https://srid.ca/haskell-template/checks
32
nix run nixpkgs#sd 'systems = nixpkgs.lib.systems.flakeExposed' 'systems = [ "x86_64-linux" ]' flake.nix
33
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
+ nix flake check -L
0 commit comments