Skip to content

Commit

Permalink
ci: fix magic-nix-cache
Browse files Browse the repository at this point in the history
Signed-off-by: PukNgae Cryolitia <[email protected]>
  • Loading branch information
Cryolitia committed Sep 19, 2024
1 parent bee2665 commit a3cb9f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,16 @@ on:
- main
- master

permissions:
contents: write

jobs:
sync:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: write
steps:
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main

- name: Setup cachix
uses: cachix/cachix-action@v15
with:
name: cryolitia
extraPullNames: nix-community

- name: Checkout
uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion wot.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
key_list.append(fingerprint)

key_string = " ".join(key_list)
os.system(f"nix run github:cryolitia/pgp-sig2dot#pgp-sig2dot-graphviz -- -k {key_string} > wot.svg")
os.system(f"nix run github:cryolitia/nur-packages#pgp-sig2dot-graphviz --accept-flake-config -- -k {key_string} --online > wot.svg")

0 comments on commit a3cb9f0

Please sign in to comment.