Update ci.yaml
This commit is contained in:
parent
ea5d85b4a5
commit
9ea398529d
1 changed files with 1 additions and 3 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
@ -31,6 +31,4 @@ jobs:
|
||||||
# See https://srid.ca/haskell-template/checks
|
# See https://srid.ca/haskell-template/checks
|
||||||
nix run nixpkgs#sd 'systems = nixpkgs.lib.systems.flakeExposed' 'systems = [ "x86_64-linux" ]' flake.nix
|
nix run nixpkgs#sd 'systems = nixpkgs.lib.systems.flakeExposed' 'systems = [ "x86_64-linux" ]' flake.nix
|
||||||
|
|
||||||
# Sandbox must be disabled due to HLS,
|
nix flake check -L
|
||||||
# https://github.com/haskell/haskell-language-server/issues/3128
|
|
||||||
nix --option sandbox false flake check -L
|
|
||||||
|
|
Loading…
Reference in a new issue