mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
actuall install attic-client
This commit is contained in:
parent
56de313d42
commit
dbd75eaef0
1 changed files with 3 additions and 2 deletions
5
.github/workflows/update.yml
vendored
5
.github/workflows/update.yml
vendored
|
@ -33,9 +33,10 @@ jobs:
|
||||||
accept-flake-config = true
|
accept-flake-config = true
|
||||||
|
|
||||||
|
|
||||||
- name: Login to cache
|
- name: Install and login to attic cache
|
||||||
run: |
|
run: |
|
||||||
nix run "nixpkgs#attic-client" login oizys https://attic.dayl.in "${{ secrets.ATTIC_TOKEN }}"
|
nix profile install "nixpkgs#attic-client"
|
||||||
|
attic login oizys https://attic.dayl.in "${{ secrets.ATTIC_TOKEN }}"
|
||||||
|
|
||||||
# - uses: cachix/cachix-action@v15
|
# - uses: cachix/cachix-action@v15
|
||||||
# with:
|
# with:
|
||||||
|
|
Loading…
Reference in a new issue