Skip to content

Commit

Permalink
Merge pull request #13 from tgstation-operations/ODFix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorwp authored Feb 18, 2025
2 parents 8fd93fc + f3f08e4 commit 2a39586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systems/game-servers/modules/tgs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
pkgs-i686 = nixpkgs.legacyPackages.i686-linux;
in {
environment.systemPackages = with pkgs; [
dotnetCorePackages.sdk_8_0
rclone
];
# Secrets used by the game servers
Expand Down Expand Up @@ -60,6 +59,7 @@ in {
with pkgs; [
git
nodejs_22
dotnetCorePackages.sdk_8_0
pkgs-i686.gcc
pkgs-i686.clang
pkgs-i686.libclang
Expand Down

0 comments on commit 2a39586

Please sign in to comment.