Changed runner to nix-runner
Some checks failed
/ print-content (push) Failing after 1s

This commit is contained in:
Bart Koolen 2026-04-16 14:28:30 +02:00
parent 6b9d45662a
commit 099de64cb7

View file

@ -2,10 +2,13 @@ on: [push]
jobs: jobs:
print-content: print-content:
runs-on: nixos-latest runs-on: nix-runner
steps: steps:
- name: Dump Environment Variables - name: Dump Environment Variables
run: env | sort run: env | sort
- name: list /nix
run: ls -l /nix/var/nix/daemon-socket/
- name: run nix store info - name: run nix store info
run: nix store info run: nix store info