Test caching
All checks were successful
/ print-content (push) Successful in 45s

This commit is contained in:
Bart Koolen 2026-04-16 16:20:22 +02:00
parent 83d2464f5a
commit 1d837b1094

View file

@ -4,8 +4,10 @@ jobs:
print-content: print-content:
runs-on: nix-runner runs-on: nix-runner
steps: steps:
- name: Dump Environment Variables - name: Test Nix Caching
run: env | sort run: |
# 1. Check time to 'fetch' a package the host already has
time nix shell nixpkgs#p7zip --command 7z --help
- name: Run hello - name: Run hello
run: /nix/store/aiblla3swfhcv348k8h10mnsg35wzvm6-hello-2.12.2/bin/hello run: /nix/store/aiblla3swfhcv348k8h10mnsg35wzvm6-hello-2.12.2/bin/hello