Skip to content

Commit

Permalink
ci: update package-update
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovico Piero <[email protected]>
  • Loading branch information
LudovicoPiero committed Nov 27, 2024
1 parent eb5b7ac commit 63ba4f9
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/package-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@ jobs:
with:
token: "${{ secrets.PR_TOKEN }}"

- name: Install nix
uses: cachix/install-nix-action@v30
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main

- name: Git config
run: |
Expand Down Expand Up @@ -59,12 +57,8 @@ jobs:
with:
token: "${{ secrets.PR_TOKEN }}"

- name: Install nix
uses: cachix/install-nix-action@v30
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: |
experimental-features = nix-command flakes
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main

- name: Git config
run: |
Expand Down

0 comments on commit 63ba4f9

Please sign in to comment.