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:
commit
704579d3cd
4 changed files with 736 additions and 0 deletions
19
.forgejo/workflows/nix-install.yaml
Normal file
19
.forgejo/workflows/nix-install.yaml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue