ci: add nix-command to nix's experimental features

This commit is contained in:
Bernardo Meurer 2021-11-04 12:51:50 -07:00
parent 10d6b20bf1
commit c24c02f260
No known key found for this signature in database
GPG key ID: F4C0D53B8D14C246

View file

@ -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: