summaryrefslogtreecommitdiffstats
path: root/pkgs/simple/editor-input.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2025-12-09 00:23:23 +0100
committertv <tv@krebsco.de>2025-12-09 00:25:28 +0100
commit5c90f820443c7817ab29aabe0262ca82c94de59a (patch)
tree96606c772d3dc320f25db5615cf4ff893de5d21e /pkgs/simple/editor-input.nix
parent1d02a0f4c66ca9cc03eb0ee74003909d87decdf1 (diff)
nixpkgs: 25.05 -> 25.11
Diffstat (limited to 'pkgs/simple/editor-input.nix')
-rw-r--r--pkgs/simple/editor-input.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/simple/editor-input.nix b/pkgs/simple/editor-input.nix
index 536084d..0591f2f 100644
--- a/pkgs/simple/editor-input.nix
+++ b/pkgs/simple/editor-input.nix
@@ -1,7 +1,7 @@
{ pkgs }:
pkgs.writeDashBin "editor-input" ''
exec \
- ${pkgs.utillinux}/bin/setsid -f \
+ ${pkgs.util-linux}/bin/setsid -f \
${pkgs.with-tmpdir}/bin/with-tmpdir -t editor-input.XXXXXXXX \
${pkgs.writeDash "editor-input.sh" ''
f=$TMPDIR/input