Testing-git/.forgejo/workflows/nix-check.yaml
Bart Koolen 099de64cb7
Some checks failed
/ print-content (push) Failing after 1s
Changed runner to nix-runner
2026-04-16 14:28:30 +02:00

14 lines
269 B
YAML

on: [push]
jobs:
print-content:
runs-on: nix-runner
steps:
- name: Dump Environment Variables
run: env | sort
- name: list /nix
run: ls -l /nix/var/nix/daemon-socket/
- name: run nix store info
run: nix store info