From 9ea398529d4371d9178976e2a7f653b922fe3efd Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Sat, 24 Dec 2022 06:55:44 -0500 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f3ad3ad..6bc56d6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,6 +31,4 @@ jobs: # See https://srid.ca/haskell-template/checks nix run nixpkgs#sd 'systems = nixpkgs.lib.systems.flakeExposed' 'systems = [ "x86_64-linux" ]' flake.nix - # Sandbox must be disabled due to HLS, - # https://github.com/haskell/haskell-language-server/issues/3128 - nix --option sandbox false flake check -L + nix flake check -L