ci: remove extra_nix_config for flakes and nix-command

Enabled by default.
This commit is contained in:
Tobias Happ 2022-09-24 14:58:04 +02:00
parent 5e7ec08d1d
commit 119d5542f4
2 changed files with 0 additions and 2 deletions

View file

@ -14,7 +14,6 @@ jobs:
uses: cachix/install-nix-action@v17
with:
nix_path: nixpkgs=channel:nixos-22.05
extra_nix_config: "experimental-features = nix-command"
- name: Setup cachix
uses: cachix/cachix-action@v10

View file

@ -14,7 +14,6 @@ jobs:
uses: cachix/install-nix-action@v17
with:
nix_path: nixpkgs=channel:nixos-22.05
extra_nix_config: "experimental-features = nix-command flakes"
- name: Run formatter
run: nix fmt -- --check .