mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
8 lines
331 B
YAML
8 lines
331 B
YAML
name: 'Setup Nix'
|
|
description: 'Install Nix with DeterminateSystems and enable magic-nix-cache'
|
|
|
|
runs:
|
|
using: composite
|
|
steps:
|
|
- uses: DeterminateSystems/nix-installer-action@ef8a148080ab6020fd15196c2084a2eea5ff2d25 # v22
|
|
- uses: DeterminateSystems/magic-nix-cache-action@565684385bcd71bad329742eefe8d12f2e765b39 # v13
|