Reflect removal of channels in upcoming version
This commit is contained in:
parent
b0ccf90bd7
commit
95f9c13053
|
@ -7,9 +7,6 @@ inputs:
|
||||||
backtrace:
|
backtrace:
|
||||||
description: The setting for `RUST_BACKTRACE` (see https://doc.rust-lang.org/std/backtrace/index.html#environment-variables)
|
description: The setting for `RUST_BACKTRACE` (see https://doc.rust-lang.org/std/backtrace/index.html#environment-variables)
|
||||||
required: false
|
required: false
|
||||||
channels:
|
|
||||||
description: Channel(s) to add (eg `nixpkgs=https://nixos.org/channels/nixpkgs-unstable`)
|
|
||||||
required: false
|
|
||||||
extra-args:
|
extra-args:
|
||||||
description: Extra args to pass to the planner (prefer using structured `with:` arguments unless using a custom planner!)
|
description: Extra args to pass to the planner (prefer using structured `with:` arguments unless using a custom planner!)
|
||||||
required: false
|
required: false
|
||||||
|
@ -120,11 +117,6 @@ runs:
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "${{ inputs.channels }}" ]; then
|
|
||||||
export NIX_INSTALLER_CHANNELS=${{ inputs.channels }}
|
|
||||||
echo "Set NIX_INSTALLER_CHANNELS=$NIX_INSTALLER_CHANNELS"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ -n "${{ inputs.modify-profile }}" ]; then
|
if [ -n "${{ inputs.modify-profile }}" ]; then
|
||||||
export NIX_INSTALLER_MODIFY_PROFILE=${{ inputs.modify-profile }}
|
export NIX_INSTALLER_MODIFY_PROFILE=${{ inputs.modify-profile }}
|
||||||
echo "Set NIX_INSTALLER_MODIFY_PROFILE=$NIX_INSTALLER_MODIFY_PROFILE"
|
echo "Set NIX_INSTALLER_MODIFY_PROFILE=$NIX_INSTALLER_MODIFY_PROFILE"
|
||||||
|
|
Loading…
Reference in a new issue