nix-zephyr-sdk/.gitea/actions/setup-nix/action.yaml
Sebastian Wendel 92a1367216
All checks were successful
build / check (push) Successful in 27s
build / build (push) Successful in 2m10s
first commit
2023-09-11 17:33:19 +02:00

15 lines
438 B
YAML

---
name: Install Nix
description: Install Nix package manager using the Determinante Systems installer
runs:
using: composite
steps:
- uses: https://github.com/DeterminateSystems/nix-installer-action@v4
with:
init: none
planner: linux
github-token: ${{ secrets.GH_TOKEN }}
extra-conf: |
accept-flake-config = true
experimental-features = nix-command flakes recursive-nix