Testing-git/.forgejo/workflows/nix-check.yaml
Bart Koolen 1d837b1094
All checks were successful
/ print-content (push) Successful in 45s
Test caching
2026-04-16 16:22:15 +02:00

16 lines
410 B
YAML

on: [push]
jobs:
print-content:
runs-on: nix-runner
steps:
- name: Test Nix Caching
run: |
# 1. Check time to 'fetch' a package the host already has
time nix shell nixpkgs#p7zip --command 7z --help
- name: Run hello
run: /nix/store/aiblla3swfhcv348k8h10mnsg35wzvm6-hello-2.12.2/bin/hello
- name: run nix store info
run: nix store info