mirror of
https://github.com/cachix/install-nix-action.git
synced 2024-11-21 16:10:52 +00:00
16 lines
475 B
YAML
16 lines
475 B
YAML
name: 'Install Nix'
|
|
description: 'Installs Nix on GitHub Actions for the supported platforms: Linux and macOS.'
|
|
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.'
|
|
extra_nix_config:
|
|
description: 'gets appended to `/etc/nix/nix.conf` if passed.'
|
|
branding:
|
|
color: 'blue'
|
|
icon: 'sun'
|
|
runs:
|
|
using: 'node12'
|
|
main: 'lib/main.js'
|