mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-06-07 17:44:28 +00:00
Allow overriding installation URL
This commit is contained in:
parent
ebed63b0a2
commit
afb82faed7
2 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
|||
name: 'Install Nix'
|
||||
description: 'Installs Nix on GitHub Actions for the supported platforms: Linux and macOS.'
|
||||
author: 'Domen Kožar'
|
||||
inputs:
|
||||
install_url:
|
||||
description: 'Installation URL that will contain a script to install Nix'
|
||||
branding:
|
||||
color: 'blue'
|
||||
icon: 'sun'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue