mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-01-21 22:57:32 -06:00
bash
This commit is contained in:
parent
587cf1f0fe
commit
b9922f793d
1 changed files with 2 additions and 1 deletions
3
.github/actions/nix/action.yml
vendored
3
.github/actions/nix/action.yml
vendored
|
@ -39,5 +39,6 @@ runs:
|
|||
attic login oizys https://attic.dayl.in "${{ inputs.attic_token}}"
|
||||
|
||||
- name: "Show Nix Info"
|
||||
run: nix-info -m
|
||||
shell: bash
|
||||
run: nix run "nixpkgs#nix-info" -- -m
|
||||
|
||||
|
|
Loading…
Reference in a new issue