chore: update flake

This commit is contained in:
Christoph Hollizeck 2025-03-23 00:45:45 +01:00
parent 006871be68
commit d294132e24
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
3 changed files with 144 additions and 124 deletions

View file

@ -0,0 +1,10 @@
{ ... }:
final: prev: {
starsector = prev.starsector.overrideAttrs (prevAttrs: {
postInstall = ''
wrapProgram $out/bin/starsector --set __GL_THREADED_OPTIMIZATIONS=0
'';
});
}