summary refs log tree commit diff
path: root/.github/workflows/manual-nixos.yml
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2023-02-28 21:49:32 +0100
committerzowoq <59103226+zowoq@users.noreply.github.com>2023-03-01 07:08:14 +1000
commit3563c178ca7d45d028c095b2a3ba35ee28294eea (patch)
tree31144328eec8b6767537cf250fe4691f27fca3e9 /.github/workflows/manual-nixos.yml
parent7ceeb440c1a297a02226e6d1443f0a57997fb684 (diff)
downloadnixpkgs-3563c178ca7d45d028c095b2a3ba35ee28294eea.tar
nixpkgs-3563c178ca7d45d028c095b2a3ba35ee28294eea.tar.gz
nixpkgs-3563c178ca7d45d028c095b2a3ba35ee28294eea.tar.bz2
nixpkgs-3563c178ca7d45d028c095b2a3ba35ee28294eea.tar.lz
nixpkgs-3563c178ca7d45d028c095b2a3ba35ee28294eea.tar.xz
nixpkgs-3563c178ca7d45d028c095b2a3ba35ee28294eea.tar.zst
nixpkgs-3563c178ca7d45d028c095b2a3ba35ee28294eea.zip
workflows: pin install-nix-action to use nix 2.13.3
same reasoning as #218858, only now for an action we depend on and can't
fix quite as easily. cachix-action also uses nix-env and will thus not
work correctly, so pin the nix version used to the last known good one.
Diffstat (limited to '.github/workflows/manual-nixos.yml')
-rw-r--r--.github/workflows/manual-nixos.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/manual-nixos.yml b/.github/workflows/manual-nixos.yml
index 99f14562d50..559a290ab39 100644
--- a/.github/workflows/manual-nixos.yml
+++ b/.github/workflows/manual-nixos.yml
@@ -22,6 +22,7 @@ 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.