mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 15:51:23 +01:00
remove uses of aliases
This commit is contained in:
parent
3b99032456
commit
6685f8cd14
3 changed files with 6 additions and 6 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue