Testing-git/.forgejo/workflows/nix-check.yaml
Bart Koolen 78ca2ad53f
All checks were successful
/ print-content (push) Successful in 5s
Updated workflow
2026-04-18 20:51:53 +02:00

23 lines
525 B
YAML

on: [push]
jobs:
print-content:
runs-on: nix-runner
steps:
- name: registry
run: nix registry list
- name: cat registry
run: cat /etc/nix/registry.json && echo
- name: Run 7zip
run: time nix shell nixpkgs#p7zip --command 7z --help
- name: Test Nix Caching
run: nix flake metadata nixpkgs
- name: Run hello
run: /nix/store/aiblla3swfhcv348k8h10mnsg35wzvm6-hello-2.12.2/bin/hello
- name: run nix store info
run: nix store info