mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-01-21 22:57:32 -06:00
add nix-info
This commit is contained in:
parent
93b3eea1ba
commit
75473e4dcb
1 changed files with 5 additions and 1 deletions
6
.github/actions/nix/action.yml
vendored
6
.github/actions/nix/action.yml
vendored
|
@ -5,8 +5,8 @@ inputs:
|
|||
description: Extra nix.conf config
|
||||
default: |
|
||||
accept-flake-config = true
|
||||
build-dir = /nix/var
|
||||
experimental-features = pipe-operator
|
||||
build-dir = /nix/var
|
||||
keep-derivations = true
|
||||
keep-outputs = true
|
||||
clean:
|
||||
|
@ -37,3 +37,7 @@ runs:
|
|||
run: |
|
||||
nix profile install "nixpkgs#attic-client"
|
||||
attic login oizys https://attic.dayl.in "${{ inputs.attic_token}}"
|
||||
|
||||
- name: "Show Nix Info"
|
||||
run: nix-info -m
|
||||
|
||||
|
|
Loading…
Reference in a new issue