From 54c63971a8a10f417d38214812518f32a987e65a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Tue, 19 Aug 2025 08:47:53 +0200 Subject: [PATCH] chore: fix nix build --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 09c01c3..68c7633 100644 --- a/flake.nix +++ b/flake.nix @@ -72,7 +72,7 @@ install -D -m 755 -t $out/libexec ./build/slopvivors install -D -m 644 -t $out/libexec ./build/slopvivors.pck install -d -m 755 $out/bin - ln -s $out/libexec/utdg $out/bin/slopvivors + ln -s $out/libexec/slopvivors $out/bin/slopvivors ''; }; }