summary refs log tree commit diff
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2023-03-01 16:16:03 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2023-03-01 16:17:36 +1000
commit9df748f599da933a7ca8d8fb49cd4dea0d013793 (patch)
tree08b06a38ce44d4310cf0e9870619c4089caec62f
parent6a174c65c28d9594d0bc855869c0c0d833873e71 (diff)
downloadnixpkgs-9df748f599da933a7ca8d8fb49cd4dea0d013793.tar
nixpkgs-9df748f599da933a7ca8d8fb49cd4dea0d013793.tar.gz
nixpkgs-9df748f599da933a7ca8d8fb49cd4dea0d013793.tar.bz2
nixpkgs-9df748f599da933a7ca8d8fb49cd4dea0d013793.tar.lz
nixpkgs-9df748f599da933a7ca8d8fb49cd4dea0d013793.tar.xz
nixpkgs-9df748f599da933a7ca8d8fb49cd4dea0d013793.tar.zst
nixpkgs-9df748f599da933a7ca8d8fb49cd4dea0d013793.zip
Revert "workflows: pin install-nix-action to use nix 2.13.3"
This reverts commit 3563c178ca7d45d028c095b2a3ba35ee28294eea.

fixed in cachix/install-nix-action@v20
-rw-r--r--.github/workflows/basic-eval.yml2
-rw-r--r--.github/workflows/editorconfig.yml1
-rw-r--r--.github/workflows/manual-nixos.yml1
-rw-r--r--.github/workflows/manual-nixpkgs.yml1
-rw-r--r--.github/workflows/manual-rendering.yml1
-rw-r--r--.github/workflows/update-terraform-providers.yml1
6 files changed, 0 insertions, 7 deletions
diff --git a/.github/workflows/basic-eval.yml b/.github/workflows/basic-eval.yml
index de1e85fe657..605d6a30a38 100644
--- a/.github/workflows/basic-eval.yml
+++ b/.github/workflows/basic-eval.yml
@@ -20,8 +20,6 @@ jobs:
     steps:
     - uses: actions/checkout@v3
     - uses: cachix/install-nix-action@v20
-      with:
-        install_url: https://releases.nixos.org/nix/nix-2.13.3/install
     - uses: cachix/cachix-action@v12
       with:
         # This cache is for the nixpkgs repo checks and should not be trusted or used elsewhere.
diff --git a/.github/workflows/editorconfig.yml b/.github/workflows/editorconfig.yml
index a47396e2b44..5dd85ca26f9 100644
--- a/.github/workflows/editorconfig.yml
+++ b/.github/workflows/editorconfig.yml
@@ -33,7 +33,6 @@ jobs:
         # nixpkgs commit is pinned so that it doesn't break
         # editorconfig-checker 2.4.0
         nix_path: nixpkgs=https://github.com/NixOS/nixpkgs/archive/c473cc8714710179df205b153f4e9fa007107ff9.tar.gz
-        install_url: https://releases.nixos.org/nix/nix-2.13.3/install
     - name: Checking EditorConfig
       run: |
         cat "$HOME/changed_files" | nix-shell -p editorconfig-checker --run 'xargs -r editorconfig-checker -disable-indent-size'
diff --git a/.github/workflows/manual-nixos.yml b/.github/workflows/manual-nixos.yml
index 95c4e59ce9d..85c7ac2d692 100644
--- a/.github/workflows/manual-nixos.yml
+++ b/.github/workflows/manual-nixos.yml
@@ -22,7 +22,6 @@ jobs:
         with:
           # explicitly enable sandbox
           extra_nix_config: sandbox = true
-          install_url: https://releases.nixos.org/nix/nix-2.13.3/install
       - uses: cachix/cachix-action@v12
         with:
           # This cache is for the nixpkgs repo checks and should not be trusted or used elsewhere.
diff --git a/.github/workflows/manual-nixpkgs.yml b/.github/workflows/manual-nixpkgs.yml
index 1b5c64b45ea..59984000652 100644
--- a/.github/workflows/manual-nixpkgs.yml
+++ b/.github/workflows/manual-nixpkgs.yml
@@ -22,7 +22,6 @@ jobs:
         with:
           # explicitly enable sandbox
           extra_nix_config: sandbox = true
-          install_url: https://releases.nixos.org/nix/nix-2.13.3/install
       - uses: cachix/cachix-action@v12
         with:
           # This cache is for the nixpkgs repo checks and should not be trusted or used elsewhere.
diff --git a/.github/workflows/manual-rendering.yml b/.github/workflows/manual-rendering.yml
index 907f5b420ac..f571bf773fa 100644
--- a/.github/workflows/manual-rendering.yml
+++ b/.github/workflows/manual-rendering.yml
@@ -22,7 +22,6 @@ jobs:
         with:
           # explicitly enable sandbox
           extra_nix_config: sandbox = true
-          install_url: https://releases.nixos.org/nix/nix-2.13.3/install
       - uses: cachix/cachix-action@v12
         with:
           # This cache is for the nixpkgs repo checks and should not be trusted or used elsewhere.
diff --git a/.github/workflows/update-terraform-providers.yml b/.github/workflows/update-terraform-providers.yml
index ca7ff52fe23..4cf798a654b 100644
--- a/.github/workflows/update-terraform-providers.yml
+++ b/.github/workflows/update-terraform-providers.yml
@@ -20,7 +20,6 @@ jobs:
       - uses: cachix/install-nix-action@v20
         with:
           nix_path: nixpkgs=channel:nixpkgs-unstable
-          install_url: https://releases.nixos.org/nix/nix-2.13.3/install
       - name: setup
         id: setup
         run: |