chore: update flake
This commit is contained in:
parent
006871be68
commit
d294132e24
3 changed files with 144 additions and 124 deletions
10
overlays/starsector/default.nix
Normal file
10
overlays/starsector/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ ... }:
|
||||
|
||||
final: prev: {
|
||||
starsector = prev.starsector.overrideAttrs (prevAttrs: {
|
||||
postInstall = ''
|
||||
wrapProgram $out/bin/starsector --set __GL_THREADED_OPTIMIZATIONS=0
|
||||
'';
|
||||
|
||||
});
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue