1
0
Fork 0
mirror of https://git.madhouse-project.org/actions/nix.git synced 2024-10-17 00:04:41 +02:00
nix/.forgejo/workflows/nix-install.yaml

23 lines
354 B
YAML
Raw Permalink Normal View History

---
name: test nix/install
on:
push:
paths:
- '.forgejo/workflows/nix-install.yaml'
- 'install/**'
jobs:
nix/install:
runs-on: node20
steps:
- name: checkout
uses: actions/checkout@v3
- name: install Nix
uses: ./install
- name: check the installation
run: |
type -p nix