Skip to content

Commit a4b8b5c

Browse files
committed
.github/workflows: drop redundant extra_nix_config
1 parent d7b458f commit a4b8b5c

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/flake-updates.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ jobs:
1212
- uses: actions/checkout@v6
1313
- name: Install Nix
1414
uses: cachix/install-nix-action@v31
15-
with:
16-
extra_nix_config: |
17-
experimental-features = nix-command flakes
1815
- name: Update flake.lock
1916
id: update
2017
uses: DeterminateSystems/update-flake-lock@v28

.github/workflows/pages.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
with:
2525
extra_nix_config: |
2626
accept-flake-config = true
27-
experimental-features = nix-command flakes
2827
max-jobs = 0
2928
- name: Setup Pages
3029
id: pages

0 commit comments

Comments
 (0)