mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-06-07 17:44:28 +00:00
Support self-hosted runners and always skip adding a channel
This commit is contained in:
parent
5a2cbacfff
commit
775aed5fcb
4 changed files with 49 additions and 35 deletions
|
@ -5,9 +5,7 @@ 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'
|
||||
description: 'Set NIX_PATH environment variable.'
|
||||
extra_nix_config:
|
||||
description: 'gets appended to `/etc/nix/nix.conf` if passed.'
|
||||
branding:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue