typst: use flakes again

This commit is contained in:
2025-07-23 23:21:03 +09:00
parent fe7a710564
commit a8481b409a
2 changed files with 6 additions and 14 deletions

View File

@@ -20,6 +20,12 @@ alias blame='git show $(git ls-files | fzf -e --reverse --bind "enter:become(git
alias nd="nix develop ."
alias ns="nix-shell"
# https://github.com/loqusion/typix
alias typix="nix flake init --refresh -t github:loqusion/typix"
alias twatch="nix run .#watch"
alias tbuild="nix run .#build"
alias tlsp="nix-shell -p tinymist"
### Abbreviations
alias dcr='docker compose down && docker compose up -d && docker compose logs -f'
alias dh1='du . -h -d1'