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
|
||||
accept-flake-config = true
|
||||
|
||||
- uses: cachix/cachix-action@v15
|
||||
with:
|
||||
name: daylin
|
||||
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
|
||||
|
||||
- name: Login to cache
|
||||
run: |
|
||||
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
|
||||
run: |
|
||||
|
@ -51,7 +56,7 @@ jobs:
|
|||
run: >
|
||||
nix run .
|
||||
--
|
||||
build --minimal
|
||||
cache
|
||||
--host "othalan"
|
||||
--flake .
|
||||
--debug
|
||||
|
|
Loading…
Reference in a new issue