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 ''; }; }