From 95eda0e6d9fa937e200c6446f3ecf6714a758eb1 Mon Sep 17 00:00:00 2001 From: Danila Danko Date: Wed, 1 May 2024 00:49:55 +0300 Subject: [PATCH] try --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 217751a4..f98bd778 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -257,6 +257,8 @@ jobs: - name: Check that the profile doesn't have anything apart from `nix` shell: bash run: | + nix profile list --json | jq -rc '.elements | keys | .[]' + [[ "$(nix profile list --json | jq -rc '.elements | keys | .[]')" == "nix" ]] - name: Install nixpkgs#poetry