nix: pkgs.system -> pkgs.hostPlatform.system
This commit is contained in:
parent
d0edbdf5bb
commit
fb6a800e60
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ in {
|
||||||
|
|
||||||
package = mkOption {
|
package = mkOption {
|
||||||
type = package;
|
type = package;
|
||||||
default = self.packages.${pkgs.system}.eris;
|
default = self.packages.${pkgs.stdenv.system}.eris;
|
||||||
defaultText = literalExpression "pkgs.eris";
|
defaultText = literalExpression "pkgs.eris";
|
||||||
description = "The Eris package to use.";
|
description = "The Eris package to use.";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue