Skip to content

Commit

Permalink
replacing the Nix install github action
Browse files Browse the repository at this point in the history
  • Loading branch information
dockerfile-generator committed Nov 14, 2024
1 parent fefdc0f commit 556eac6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
uses: actions/checkout@v4
with:
token: ${{ secrets.TOKEN }}
- uses: cachix/install-nix-action@v30
- uses: DeterminateSystems/nix-installer-action@main
- run: nix develop .#git-create-pr -c git-create-pr
2 changes: 1 addition & 1 deletion .github/workflows/lint-on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: cachix/install-nix-action@v30
- uses: DeterminateSystems/nix-installer-action@main
- run: nix flake check
2 changes: 1 addition & 1 deletion .github/workflows/new-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
uses: actions/checkout@v4
with:
token: ${{ secrets.TOKEN }}
- uses: cachix/install-nix-action@v30
- uses: DeterminateSystems/nix-installer-action@main
- run: nix develop .#new-release -c new-release
2 changes: 1 addition & 1 deletion .github/workflows/nix-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
uses: actions/checkout@v4
with:
token: ${{ secrets.TOKEN }}
- uses: cachix/install-nix-action@v30
- uses: DeterminateSystems/nix-installer-action@main
- run: nix develop .#nix-update -c nix-update

0 comments on commit 556eac6

Please sign in to comment.