install-nix-action/action.yml
Domen Kožar 645ab54feb
rename
2019-10-02 16:17:18 +02:00

9 lines
221 B
YAML

name: 'Install Nix'
description: 'Installs Nix on GitHub Actions for the supported platforms: Linux and macOS.'
author: 'Domen Kožar'
branding:
color: 'blue'
icon: 'sun'
runs:
using: 'node12'
main: 'lib/main.js'