Skip to content

Commit 7944dba

Browse files
committed
ci: use upstream flake-related configuration
1 parent c4c4d01 commit 7944dba

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

.github/workflows/std.yml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ jobs:
2424
- uses: actions/checkout@v3
2525
- uses: blaggacao/nix-quick-install-action@detect-nix-flake-config
2626
with:
27-
nix_conf: |
28-
experimental-features = nix-command flakes
29-
accept-flake-config = true
27+
nix_conf: experimental-features = nix-command flakes
3028
- name: Update subflake references
3129
run: |
3230
# create the store path of
@@ -57,9 +55,7 @@ jobs:
5755
steps:
5856
- uses: blaggacao/nix-quick-install-action@detect-nix-flake-config
5957
with:
60-
nix_conf: |
61-
experimental-features = nix-command flakes
62-
accept-flake-config = true
58+
nix_conf: experimental-features = nix-command flakes
6359
- uses: DeterminateSystems/magic-nix-cache-action@main
6460
- uses: divnix/std-action/run@main
6561

@@ -75,9 +71,7 @@ jobs:
7571
steps:
7672
- uses: blaggacao/nix-quick-install-action@detect-nix-flake-config
7773
with:
78-
nix_conf: |
79-
experimental-features = nix-command flakes
80-
accept-flake-config = true
74+
nix_conf: experimental-features = nix-command flakes
8175
- uses: DeterminateSystems/magic-nix-cache-action@main
8276
- uses: divnix/std-action/run@main
8377

@@ -93,9 +87,7 @@ jobs:
9387
steps:
9488
- uses: blaggacao/nix-quick-install-action@detect-nix-flake-config
9589
with:
96-
nix_conf: |
97-
experimental-features = nix-command flakes
98-
accept-flake-config = true
90+
nix_conf: experimental-features = nix-command flakes
9991
- uses: actions/checkout@v3
10092
- name: Update subflake references
10193
run: |

0 commit comments

Comments
 (0)