Testing-git/.forgejo/workflows/nix-check.yaml
Bart Koolen 83d2464f5a
All checks were successful
/ print-content (push) Successful in 3s
Run hello installed on host
2026-04-16 16:18:22 +02:00

14 lines
302 B
YAML

on: [push]
jobs:
print-content:
runs-on: nix-runner
steps:
- name: Dump Environment Variables
run: env | sort
- name: Run hello
run: /nix/store/aiblla3swfhcv348k8h10mnsg35wzvm6-hello-2.12.2/bin/hello
- name: run nix store info
run: nix store info