1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +02:00

add some editors again

This commit is contained in:
Robin Appelman 2026-01-28 19:21:31 +01:00
commit 8c7785257c

View file

@ -31,6 +31,8 @@
oracle-instantclient, oracle-instantclient,
debug ? false, debug ? false,
writeShellApplication, writeShellApplication,
vim,
helix,
}: let }: let
inherit (builtins) toString; inherit (builtins) toString;
inherit (lib) readFile getExe concatStringsSep splitString take; inherit (lib) readFile getExe concatStringsSep splitString take;
@ -141,6 +143,8 @@
wget wget
curl curl
oracle-instantclient oracle-instantclient
vim
helix
]; ];
}; };