This commit is contained in:
parent
83d2464f5a
commit
d4bc95894f
1 changed files with 4 additions and 2 deletions
|
|
@ -4,8 +4,10 @@ jobs:
|
|||
print-content:
|
||||
runs-on: nix-runner
|
||||
steps:
|
||||
- name: Dump Environment Variables
|
||||
run: env | sort
|
||||
- name: Test Nix Caching
|
||||
run: |
|
||||
# 1. Check time to 'fetch' a package the host already has
|
||||
time nix-shell -p p7zip --run "7z --help"
|
||||
|
||||
- name: Run hello
|
||||
run: /nix/store/aiblla3swfhcv348k8h10mnsg35wzvm6-hello-2.12.2/bin/hello
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue