2019-10-03 00:17:18 +10:00
|
|
|
name: 'Install Nix'
|
|
|
|
description: 'Installs Nix on GitHub Actions for the supported platforms: Linux and macOS.'
|
2019-09-30 05:52:02 +10:00
|
|
|
author: 'Domen Kožar'
|
2020-05-14 21:21:40 +10:00
|
|
|
inputs:
|
|
|
|
install_url:
|
|
|
|
description: 'Installation URL that will contain a script to install Nix'
|
2020-05-29 00:25:05 +10:00
|
|
|
nix_path:
|
2020-09-21 21:51:23 +10:00
|
|
|
description: 'Set NIX_PATH environment variable.'
|
2020-08-26 02:07:38 +10:00
|
|
|
extra_nix_config:
|
|
|
|
description: 'gets appended to `/etc/nix/nix.conf` if passed.'
|
2019-09-30 05:52:02 +10:00
|
|
|
branding:
|
|
|
|
color: 'blue'
|
|
|
|
icon: 'sun'
|
|
|
|
runs:
|
|
|
|
using: 'node12'
|
|
|
|
main: 'lib/main.js'
|