nix: fix warning by replacing pkgs.system with pkgs.stdenv.hostPlatform.system
This commit is contained in:
@@ -21,7 +21,7 @@ in {
|
||||
};
|
||||
package = lib.mkOption {
|
||||
type = lib.types.package;
|
||||
default = self.packages.${pkgs.system}.mango;
|
||||
default = self.packages.${pkgs.stdenv.hostPlatform.system}.mango;
|
||||
description = "The mango package to use";
|
||||
};
|
||||
systemd = {
|
||||
|
||||
Reference in New Issue
Block a user