From 5c90f820443c7817ab29aabe0262ca82c94de59a Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 9 Dec 2025 00:23:23 +0100 Subject: nixpkgs: 25.05 -> 25.11 --- pkgs/simple/editor-input.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/simple/editor-input.nix') 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 -- cgit v1.2.3