1
0
Fork 0
mirror of https://git.madhouse-project.org/actions/nix.git synced 2025-05-09 21:59:53 +02:00

Initial import

Signed-off-by: Gergely Nagy <me@gergo.csillger.hu>
This commit is contained in:
Gergely Nagy 2023-09-22 19:37:47 +02:00
commit 704579d3cd
4 changed files with 736 additions and 0 deletions

View file

@ -0,0 +1,19 @@
---
name: test nix/install
on:
push:
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