mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
ci: cachix/install-nix-action v13 -> v14
This commit is contained in:
parent
c24c02f260
commit
056853a105
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
|||
nixpkgs-fmt:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: cachix/install-nix-action@v13
|
||||
- uses: cachix/install-nix-action@v14
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
extra_nix_config: experimental-features = nix-command
|
||||
|
@ -25,7 +25,7 @@ jobs:
|
|||
os: [ubuntu-latest]
|
||||
# os: [ubuntu-latest, macos-latest]
|
||||
steps:
|
||||
- uses: cachix/install-nix-action@v13
|
||||
- uses: cachix/install-nix-action@v14
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
extra_nix_config: experimental-features = nix-command
|
||||
|
|
Loading…
Add table
Reference in a new issue