Skip to content

Commit

Permalink
CI: Adapt check to changed Nix output
Browse files Browse the repository at this point in the history
  • Loading branch information
Trundle committed May 2, 2024
1 parent 829bec8 commit f50123d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
run: |
nix profile list --profile '${{ steps.inputs-from-jq.outputs.nix_profile_path }}'
rev=$(nix flake metadata --json "github:yaxitech/ragenix" | jq -r .locks.nodes.nixpkgs.locked.rev)
nix profile list --profile '${{ steps.inputs-from-jq.outputs.nix_profile_path }}' | grep "jq" | grep -q "$rev"
nix profile list --profile '${{ steps.inputs-from-jq.outputs.nix_profile_path }}' --json | jq -r '.elements.jq.url' | grep -q "$rev"
- name: List installed packages
run:
Expand Down

0 comments on commit f50123d

Please sign in to comment.