mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-06-07 17:44:28 +00:00
Initial commit
This commit is contained in:
commit
90e4945c77
14 changed files with 4306 additions and 0 deletions
9
action.yml
Normal file
9
action.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
name: 'Nix'
|
||||
description: 'Install Nix'
|
||||
author: 'Domen Kožar'
|
||||
branding:
|
||||
color: 'blue'
|
||||
icon: 'sun'
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'lib/main.js'
|
Loading…
Add table
Add a link
Reference in a new issue