mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
ci: remove extra_nix_config for flakes and nix-command
Enabled by default.
This commit is contained in:
parent
2b88cb5957
commit
004faf1835
2 changed files with 0 additions and 2 deletions
1
.github/workflows/fakedroid-odt.yml
vendored
1
.github/workflows/fakedroid-odt.yml
vendored
|
|
@ -14,7 +14,6 @@ jobs:
|
||||||
uses: cachix/install-nix-action@v17
|
uses: cachix/install-nix-action@v17
|
||||||
with:
|
with:
|
||||||
nix_path: nixpkgs=channel:nixos-22.05
|
nix_path: nixpkgs=channel:nixos-22.05
|
||||||
extra_nix_config: "experimental-features = nix-command"
|
|
||||||
|
|
||||||
- name: Setup cachix
|
- name: Setup cachix
|
||||||
uses: cachix/cachix-action@v10
|
uses: cachix/cachix-action@v10
|
||||||
|
|
|
||||||
1
.github/workflows/lints.yml
vendored
1
.github/workflows/lints.yml
vendored
|
|
@ -14,7 +14,6 @@ jobs:
|
||||||
uses: cachix/install-nix-action@v17
|
uses: cachix/install-nix-action@v17
|
||||||
with:
|
with:
|
||||||
nix_path: nixpkgs=channel:nixos-22.05
|
nix_path: nixpkgs=channel:nixos-22.05
|
||||||
extra_nix_config: "experimental-features = nix-command flakes"
|
|
||||||
|
|
||||||
- name: Run formatter
|
- name: Run formatter
|
||||||
run: nix fmt -- --check .
|
run: nix fmt -- --check .
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue