mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-06-07 17:44:28 +00:00
add extra_nix_config options
This also cleans the install-nix.sh script a bit
This commit is contained in:
parent
3559d01d05
commit
dad23f2092
3 changed files with 17 additions and 5 deletions
|
@ -8,6 +8,8 @@ inputs:
|
|||
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'
|
||||
extra_nix_config:
|
||||
description: 'gets appended to `/etc/nix/nix.conf` if passed.'
|
||||
branding:
|
||||
color: 'blue'
|
||||
icon: 'sun'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue