From 7944dba93a9d0feb20ae5faeed599dafcce7b18e Mon Sep 17 00:00:00 2001 From: David Arnold Date: Wed, 28 Jun 2023 09:50:23 -0500 Subject: [PATCH] ci: use upstream flake-related configuration --- .github/workflows/std.yml | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/.github/workflows/std.yml b/.github/workflows/std.yml index c22b1148..82920bca 100644 --- a/.github/workflows/std.yml +++ b/.github/workflows/std.yml @@ -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 @@ -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 @@ -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 @@ -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: |