Starsector: Difference between revisions

Makuru (talk | contribs)
Made it more clear, how to use the workaround.
Makuru (talk | contribs)
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