Switch to niri - Episode 3: The (second?) purge
This commit is contained in:
parent
a6e6f38484
commit
cc53b33f8e
24 changed files with 551 additions and 670 deletions
2
justfile
2
justfile
|
@ -17,7 +17,7 @@ build-mac:
|
|||
|
||||
update-typst-configs:
|
||||
#!/usr/bin/env nu
|
||||
let file = './modules/desktop-environment/home/typst.nix';
|
||||
let file = './modules/desktop-environment/media/typst.nix';
|
||||
let $rev = http get https://forge.katzen.cafe/schrottkatze/typst-configs/commits/branch/main | query web -mq '.commit-list tr:first-of-type a.ui.sha.label' -a href | path basename | first;
|
||||
./build-utils/templ-edit.nu edit $file REV $rev;
|
||||
let $hash = nix-prefetch-url https://forge.katzen.cafe/schrottkatze/typst-configs/archive/main.tar.gz --unpack;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue