mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-01-22 07:07: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
|
description: Extra nix.conf config
|
||||||
default: |
|
default: |
|
||||||
accept-flake-config = true
|
accept-flake-config = true
|
||||||
build-dir = /nix/var
|
|
||||||
experimental-features = pipe-operator
|
experimental-features = pipe-operator
|
||||||
|
build-dir = /nix/var
|
||||||
keep-derivations = true
|
keep-derivations = true
|
||||||
keep-outputs = true
|
keep-outputs = true
|
||||||
clean:
|
clean:
|
||||||
|
@ -37,3 +37,7 @@ runs:
|
||||||
run: |
|
run: |
|
||||||
nix profile install "nixpkgs#attic-client"
|
nix profile install "nixpkgs#attic-client"
|
||||||
attic login oizys https://attic.dayl.in "${{ inputs.attic_token}}"
|
attic login oizys https://attic.dayl.in "${{ inputs.attic_token}}"
|
||||||
|
|
||||||
|
- name: "Show Nix Info"
|
||||||
|
run: nix-info -m
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue