mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-06-08 01:54:27 +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
|
@ -35,6 +35,7 @@ with developers.
|
|||
- `nix_path`: set `NIX_PATH` environment variable (if set `skip_adding_nixpkgs_channel` will be implicitly enabled)
|
||||
|
||||
- `skip_adding_nixpkgs_channel`: set to `true` to skip adding nixpkgs-unstable channel (and save ~5s for each job build)
|
||||
- `extra_nix_config`: gets appended to `/etc/nix/nix.conf` if passed.
|
||||
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue