Skip to content

Commit

Permalink
ci: update-flake: use DeterminateSystems/nix-installer-action
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Salvador <[email protected]>
  • Loading branch information
otavio committed Oct 29, 2024
1 parent 4ee763a commit bfed700
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/update-flake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,8 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Nix
uses: nixbuild/nix-quick-install-action@v28
with:
nix_conf: experimental-features = nix-command flakes repl-flake
uses: DeterminateSystems/nix-installer-action@v14
- name: Update flake.lock
id: update
uses: DeterminateSystems/update-flake-lock@v24
with:
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
Expand Down

0 comments on commit bfed700

Please sign in to comment.