mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
switch to attic
This commit is contained in:
parent
6a42bc97aa
commit
a112d3b2f2
1 changed files with 10 additions and 5 deletions
15
.github/workflows/update.yml
vendored
15
.github/workflows/update.yml
vendored
|
@ -32,10 +32,15 @@ jobs:
|
||||||
experimental-features = pipe-operator
|
experimental-features = pipe-operator
|
||||||
accept-flake-config = true
|
accept-flake-config = true
|
||||||
|
|
||||||
- uses: cachix/cachix-action@v15
|
|
||||||
with:
|
- name: Login to cache
|
||||||
name: daylin
|
run: |
|
||||||
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
nix run "nixpkgs#attic-client" login https://attic.dayl.in "${{ secrets.ATTIC_TOKEN }}"
|
||||||
|
|
||||||
|
# - uses: cachix/cachix-action@v15
|
||||||
|
# with:
|
||||||
|
# name: daylin
|
||||||
|
# authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
||||||
|
|
||||||
- name: Update nix flake
|
- name: Update nix flake
|
||||||
run: |
|
run: |
|
||||||
|
@ -51,7 +56,7 @@ jobs:
|
||||||
run: >
|
run: >
|
||||||
nix run .
|
nix run .
|
||||||
--
|
--
|
||||||
build --minimal
|
cache
|
||||||
--host "othalan"
|
--host "othalan"
|
||||||
--flake .
|
--flake .
|
||||||
--debug
|
--debug
|
||||||
|
|
Loading…
Reference in a new issue