Skip to content

Commit

Permalink
packages: star-citzien-umu
Browse files Browse the repository at this point in the history
Expose star-citizen-umu to simplify usage of the package. This allows
`nix run github:fufexan/nix-gaming#star-citizen-umu` to be used to run
with umu
  • Loading branch information
LovingMelody authored and fufexan committed Jul 29, 2024
1 parent 642c29f commit 7a07614
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
wine = config.packages.wine-ge;
inherit (config.packages) umu;
};
star-citizen-umu = config.packages.star-citizen.override {useUmu = true;};

technic-launcher = pkgs.callPackage ./technic-launcher {};

Expand Down

0 comments on commit 7a07614

Please sign in to comment.