Fix deprecated Nix system access

This commit is contained in:
2026-07-28 16:00:51 -07:00
parent d8d68a80a3
commit 52dda12c47
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -94,7 +94,7 @@
enable = lib.mkEnableOption "Rats with Gats remote play service";
package = lib.mkOption {
type = lib.types.package;
default = self.packages.${pkgs.system}.default;
default = self.packages.${pkgs.stdenv.hostPlatform.system}.default;
description = "The pirats package to use.";
};
host = lib.mkOption {
+1 -1
View File
@@ -6,7 +6,7 @@
// - Add a CHANGELOG entry only when a commit changes something players can
// see. Skip refactors, tests, and tooling. Keep wording player-facing.
export const VERSION = 25;
export const VERSION = 26;
// Newest first. Each entry: { version, date: 'YYYY-MM-DD', changes: [string, ...] }.
export const CHANGELOG = [