install-nix-action/action.yml

10 lines
221 B
YAML
Raw Normal View History

2019-10-02 14:17:18 +00:00
name: 'Install Nix'
description: 'Installs Nix on GitHub Actions for the supported platforms: Linux and macOS.'
2019-09-29 19:52:02 +00:00
author: 'Domen Kožar'
branding:
color: 'blue'
icon: 'sun'
runs:
using: 'node12'
main: 'lib/main.js'