Fix deprecated Nix system access
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user