remove uses of aliases

This commit is contained in:
K900 2024-08-17 11:16:15 -07:00 committed by Charles Hall
parent 3b99032456
commit 6685f8cd14
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
3 changed files with 6 additions and 6 deletions

View file

@ -18,11 +18,11 @@ in
options.services.grapevine = {
enable = lib.mkEnableOption "grapevine";
package = lib.mkPackageOption
inputs.self.packages.${pkgs.system}
inputs.self.packages.${pkgs.hostPlatform.system}
"grapevine"
{
default = "default";
pkgsText = "inputs.grapevine.packages.\${pkgs.system}";
pkgsText = "inputs.grapevine.packages.\${pkgs.hostPlatform.system}";
};
settings = lib.mkOption {