Skip to content

Commit

Permalink
this?
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyEnr1quez committed Sep 6, 2024
1 parent 866279f commit e0840de
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/update-nix-fetchgit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ jobs:

- uses: DeterminateSystems/magic-nix-cache-action@main

- run: nix shell nixpkgs#update-nix-fetchgit nixpkgs#fd

- run: fd .nix --exec update-nix-fetchgit --only-commented

- run: git diff
- uses: workflow/nix-shell-action@v3
with:
packages: fd,update-nix-fetchgit
script: |
fd .nix --exec update-nix-fetchgit --only-commented
git diff

0 comments on commit e0840de

Please sign in to comment.