Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Apr 30, 2024
1 parent e118734 commit 95eda0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 95eda0e

Please sign in to comment.