mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
ci: add nix-command to nix's experimental features
This commit is contained in:
parent
10d6b20bf1
commit
c24c02f260
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -13,6 +13,7 @@ jobs:
|
|||
- uses: cachix/install-nix-action@v13
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
extra_nix_config: experimental-features = nix-command
|
||||
- uses: actions/checkout@v1
|
||||
- name: Check format
|
||||
run: ./check-fmt
|
||||
|
@ -27,6 +28,7 @@ jobs:
|
|||
- uses: cachix/install-nix-action@v13
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
extra_nix_config: experimental-features = nix-command
|
||||
- uses: actions/checkout@v1
|
||||
- uses: cachix/cachix-action@v8
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue