Starsector: Difference between revisions
Made it more clear, how to use the workaround. |
m Fixed an compile error. |
||
| Line 12: | Line 12: | ||
environment.systemPackages = [ | environment.systemPackages = [ | ||
# overrides the NixOS package, starsector, see: https://wiki.nixos.org/wiki/Starsector | # overrides the NixOS package, starsector, see: https://wiki.nixos.org/wiki/Starsector | ||
(starsector.overrideAttrs ({ ... }: { | (pkgs.starsector.overrideAttrs ({ ... }: { | ||
postInstall = '' | postInstall = '' | ||
cp ${dotfiles/starsector/settings.json} $out/share/starsector/data/config/settings.json | cp ${dotfiles/starsector/settings.json} $out/share/starsector/data/config/settings.json | ||