Signal drop!
Relay (operand.online) is unreachable.
Usually, a dropped signal means an upgrade is happening. Hold on!
Sorry, no connección.
Hang in there while we get back on track
gram:build
> ./nixos/session/sip.nix
Lenses
(coming soon!)
basic: { base, lines ? [] }: ''
layout {
cwd "~/base/code/${base}"
${basic.shape.nix}
${basic.upper}
${basic.banner ''
${basic.column ''
nix { args "develop" "--command" "mix" "deps.get"; }
nix { args "develop" "--command" "mix" "help" { start_suspended false; }; }
nix { args "develop" "--command" "mix" "run"; }
nix { args "develop" "--command" "iex" "-S" "mix" "run"; }
''}
${basic.column ''
${basic.change}
pane borderless=true command="nix" { args "develop" }
''}
''}
${basic.under}
}
''