mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-06-07 17:44:28 +00:00
Add nix_path action paramter
This commit is contained in:
parent
14f0e86ffb
commit
a744770f4b
4 changed files with 32 additions and 6 deletions
|
@ -4,6 +4,8 @@ author: 'Domen Kožar'
|
|||
inputs:
|
||||
install_url:
|
||||
description: 'Installation URL that will contain a script to install Nix'
|
||||
nix_path:
|
||||
description: 'Set NIX_PATH environment variable. If set "skip_adding_nixpkgs_channel" will be implicitly enabled'
|
||||
skip_adding_nixpkgs_channel:
|
||||
description: 'Skip adding nixpkgs-unstable channel'
|
||||
branding:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue