diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0321f75..f132472 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,4 +28,3 @@ jobs: experimental-features = nix-command flakes - run: nix flake check - run: nix develop -c echo OK - - run: nix develop -c make build-environment |