mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
Merge pull request #431 from lovesegfault/ci-updates
ci: update actions and fix nix install
This commit is contained in:
commit
5739058f26
1 changed files with 7 additions and 5 deletions
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
|
@ -10,10 +10,11 @@ jobs:
|
||||||
nixpkgs-fmt:
|
nixpkgs-fmt:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: cachix/install-nix-action@v13
|
- uses: cachix/install-nix-action@v14
|
||||||
with:
|
with:
|
||||||
nix_path: nixpkgs=channel:nixos-unstable
|
nix_path: nixpkgs=channel:nixos-unstable
|
||||||
- uses: actions/checkout@v1
|
extra_nix_config: experimental-features = nix-command
|
||||||
|
- uses: actions/checkout@v2.4.0
|
||||||
- name: Check format
|
- name: Check format
|
||||||
run: ./check-fmt
|
run: ./check-fmt
|
||||||
|
|
||||||
|
@ -24,11 +25,12 @@ jobs:
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
# os: [ubuntu-latest, macos-latest]
|
# os: [ubuntu-latest, macos-latest]
|
||||||
steps:
|
steps:
|
||||||
- uses: cachix/install-nix-action@v13
|
- uses: cachix/install-nix-action@v14
|
||||||
with:
|
with:
|
||||||
nix_path: nixpkgs=channel:nixos-unstable
|
nix_path: nixpkgs=channel:nixos-unstable
|
||||||
- uses: actions/checkout@v1
|
extra_nix_config: experimental-features = nix-command
|
||||||
- uses: cachix/cachix-action@v8
|
- uses: actions/checkout@v2.4.0
|
||||||
|
- uses: cachix/cachix-action@v10
|
||||||
with:
|
with:
|
||||||
name: poetry2nix
|
name: poetry2nix
|
||||||
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
|
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
|
||||||
|
|
Loading…
Add table
Reference in a new issue