home-manager: Fix use of system
This commit is contained in:
parent
b29d5fbfc1
commit
7cd2c82837
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ in {
|
||||||
package = mkOption {
|
package = mkOption {
|
||||||
type = types.package;
|
type = types.package;
|
||||||
description = "Package to use by git-series-manager";
|
description = "Package to use by git-series-manager";
|
||||||
default = self.defaultPackage."${pkgs.system}";
|
default = self.defaultPackage."${pkgs.stdenv.hostPlatform.system}";
|
||||||
};
|
};
|
||||||
|
|
||||||
settings = mkOption {
|
settings = mkOption {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue