mirror of
https://github.com/nmattia/niv.git
synced 2024-11-08 08:26:02 +03:00
12 lines
223 B
YAML
12 lines
223 B
YAML
name: 'nix'
|
|
description: 'use nix'
|
|
runs:
|
|
using: 'node12'
|
|
main: 'main.js'
|
|
post: 'main.js'
|
|
inputs:
|
|
cachix_signing_key:
|
|
description: "The Cachix signing key"
|
|
required: false
|
|
default: ""
|