From 706ecb87cc51c827e1ee1765da587f6c270d72f3 Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Thu, 11 Jun 2026 13:25:39 +1200 Subject: start doing zsh --- nix/zsh.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 nix/zsh.nix (limited to 'nix') diff --git a/nix/zsh.nix b/nix/zsh.nix new file mode 100644 index 0000000..a3feb2b --- /dev/null +++ b/nix/zsh.nix @@ -0,0 +1,10 @@ +{ stdenv, fetchurl }: + +stdenv.mkDerivation { + name = "zsh-yerba"; + src = fetchurl { + url = "https://sourceforge.net/projects/zsh/files/zsh/5.9.1/zsh-5.9.1.tar.xz/download"; + hash = ""; + }; + # Do this later +} -- cgit v1.2.3