ci: add cachix workflow (#740)

This commit is contained in:
musjj 2024-02-28 00:45:41 +07:00 committed by Anton Simonov
parent e31d93b7f0
commit 0f6ddb13f3
2 changed files with 7 additions and 4 deletions

View file

@ -8,7 +8,10 @@ on:
jobs:
publish:
name: Publish Flake
runs-on: [ubuntu-latest, macos-latest]
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout sources
uses: actions/checkout@v4

View file

@ -60,9 +60,9 @@
wrapProgram $out/bin/yazi \
--prefix PATH : "${makeBinPath runtimePaths}"
installShellCompletion --cmd yazi \
--bash ./yazi-config/completions/yazi.bash \
--fish ./yazi-config/completions/yazi.fish \
--zsh ./yazi-config/completions/_yazi
--bash ./yazi-boot/completions/yazi.bash \
--fish ./yazi-boot/completions/yazi.fish \
--zsh ./yazi-boot/completions/_yazi
# Resize logo
for RES in 16 24 32 48 64 128 256; do