This commit is contained in:
parent
5134836067
commit
78ca2ad53f
1 changed files with 2 additions and 2 deletions
|
|
@ -8,10 +8,10 @@ jobs:
|
|||
run: nix registry list
|
||||
|
||||
- name: cat registry
|
||||
run: cat /etc/nix/registry.json
|
||||
run: cat /etc/nix/registry.json && echo
|
||||
|
||||
- name: Run 7zip
|
||||
run: nix shell /nix/store/cy6cvjfw0729jx30b2khdbjak8wbbcs1-source#p7zip --command 7z --help
|
||||
run: time nix shell nixpkgs#p7zip --command 7z --help
|
||||
|
||||
- name: Test Nix Caching
|
||||
run: nix flake metadata nixpkgs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue