more writeShellApplication

This commit is contained in:
John Lancaster
2026-04-12 23:20:20 -05:00
parent 35e1d5ee61
commit 7080410c0c
2 changed files with 45 additions and 48 deletions
+1 -3
View File
@@ -34,9 +34,7 @@
xclip
jq
ripgrep
(writeShellScriptBin "ds" ''
${lib.getExe pkgs.gdu} -x -I /snap /
'')
(writeShellScriptBin "ds" ''${lib.getExe pkgs.gdu} -x -I /snap /'')
];
};
};