mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-06-09 02:14:28 +00:00
option to install in single user mode
This commit is contained in:
parent
e17a164a72
commit
8e079717a1
2 changed files with 4 additions and 1 deletions
|
@ -6,6 +6,8 @@ inputs:
|
|||
description: 'Installation URL that will contain a script to install Nix.'
|
||||
install_options:
|
||||
description: 'Additional installer flags passed to the installer script.'
|
||||
single_user:
|
||||
description: 'Install Nix in single-user mode'
|
||||
nix_path:
|
||||
description: 'Set NIX_PATH environment variable.'
|
||||
extra_nix_config:
|
||||
|
@ -23,3 +25,4 @@ runs:
|
|||
INPUT_INSTALL_OPTIONS: ${{ inputs.install_options }}
|
||||
INPUT_NIX_PATH: ${{ inputs.nix_path }}
|
||||
INPUT_EXTRA_NIX_CONFIG: ${{ inputs.extra_nix_config }}
|
||||
INPUT_SINGLE_USER: $${{ inputs.extra_nix_config }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue