Update ci.yaml

This commit is contained in:
Sridhar Ratnakumar 2022-12-24 06:55:44 -05:00 committed by GitHub
parent ea5d85b4a5
commit 9ea398529d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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