mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-06-07 17:44:28 +00:00
allow skipping channel installation
This commit is contained in:
parent
642cfa0200
commit
10a7d51bce
3 changed files with 30 additions and 7 deletions
|
@ -4,6 +4,8 @@ author: 'Domen Kožar'
|
|||
inputs:
|
||||
install_url:
|
||||
description: 'Installation URL that will contain a script to install Nix'
|
||||
skip_adding_nixpkgs_channel:
|
||||
description: 'Skip adding nixpkgs-unstable channel'
|
||||
branding:
|
||||
color: 'blue'
|
||||
icon: 'sun'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue