feat(sydnix-cli): Remote rebuild

holy hell this script is way too complicated.  why the fuck did i write all of
that asciidoc bullshit??  TODO: turn it into a plain and simple babashka script
brah TwT.
This commit is contained in:
2025-09-14 01:12:04 -06:00
parent e878c3ac81
commit 6c44fcd9b6
5 changed files with 26 additions and 165 deletions

View File

@@ -1,9 +1 @@
#!/usr/bin/env bash
# the shebang is ignored, but nice for editors
if type -P lorri &>/dev/null; then
eval "$(lorri direnv)"
else
echo 'while direnv evaluated .envrc, could not find the command "lorri" [https://github.com/nix-community/lorri]'
use nix
fi
use flake