Skip to content

Commit

Permalink
ci: use upstream flake-related configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao committed Jun 28, 2023
1 parent c4c4d01 commit 7944dba
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/std.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ jobs:
- uses: actions/checkout@v3
- uses: blaggacao/nix-quick-install-action@detect-nix-flake-config
with:
nix_conf: |
experimental-features = nix-command flakes
accept-flake-config = true
nix_conf: experimental-features = nix-command flakes
- name: Update subflake references
run: |
# create the store path of
Expand Down Expand Up @@ -57,9 +55,7 @@ jobs:
steps:
- uses: blaggacao/nix-quick-install-action@detect-nix-flake-config
with:
nix_conf: |
experimental-features = nix-command flakes
accept-flake-config = true
nix_conf: experimental-features = nix-command flakes
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: divnix/std-action/run@main

Expand All @@ -75,9 +71,7 @@ jobs:
steps:
- uses: blaggacao/nix-quick-install-action@detect-nix-flake-config
with:
nix_conf: |
experimental-features = nix-command flakes
accept-flake-config = true
nix_conf: experimental-features = nix-command flakes
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: divnix/std-action/run@main

Expand All @@ -93,9 +87,7 @@ jobs:
steps:
- uses: blaggacao/nix-quick-install-action@detect-nix-flake-config
with:
nix_conf: |
experimental-features = nix-command flakes
accept-flake-config = true
nix_conf: experimental-features = nix-command flakes
- uses: actions/checkout@v3
- name: Update subflake references
run: |
Expand Down

0 comments on commit 7944dba

Please sign in to comment.