Replace zet with the z monolith
All checks were successful
/ check (push) Successful in 48s

Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
Oliver Davies 2025-10-24 23:31:00 +01:00
parent 2783c9811d
commit a1b3975f39
6 changed files with 63 additions and 30 deletions

View file

@ -1,4 +1,4 @@
{ withSystem, ... }:
{ inputs, withSystem, ... }:
let
name = "start-tmux";
@ -10,9 +10,9 @@ in
packages.${name} = pkgs.writeShellApplication {
inherit name;
# TODO: Add `z` once its available as a package.
runtimeInputs = with pkgs; [
fzf
inputs.z.packages.${pkgs.system}.default
];
text = ''