summary refs log tree commit diff
path: root/.github/workflows/manual-nixos.yml
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 /.github/workflows/manual-nixos.yml
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
Diffstat (limited to '.github/workflows/manual-nixos.yml')
-rw-r--r--.github/workflows/manual-nixos.yml1
1 files changed, 0 insertions, 1 deletions
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.