chore: fix nix build

This commit is contained in:
2025-08-19 08:47:53 +02:00
parent 5f60bbbe21
commit 54c63971a8

View File

@@ -72,7 +72,7 @@
install -D -m 755 -t $out/libexec ./build/slopvivors install -D -m 755 -t $out/libexec ./build/slopvivors
install -D -m 644 -t $out/libexec ./build/slopvivors.pck install -D -m 644 -t $out/libexec ./build/slopvivors.pck
install -d -m 755 $out/bin install -d -m 755 $out/bin
ln -s $out/libexec/utdg $out/bin/slopvivors ln -s $out/libexec/slopvivors $out/bin/slopvivors
''; '';
}; };
} }