mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-16 15:21:24 +01:00
fix: use non-alias name in nixos module
This commit is contained in:
parent
ce7efc1eff
commit
b93c39ee93
1 changed files with 2 additions and 2 deletions
|
|
@ -18,11 +18,11 @@ in
|
|||
options.services.grapevine = {
|
||||
enable = lib.mkEnableOption "grapevine";
|
||||
package = lib.mkPackageOption
|
||||
inputs.self.packages.${pkgs.hostPlatform.system}
|
||||
inputs.self.packages.${pkgs.stdenv.hostPlatform.system}
|
||||
"grapevine"
|
||||
{
|
||||
default = "default";
|
||||
pkgsText = "inputs.grapevine.packages.\${pkgs.hostPlatform.system}";
|
||||
pkgsText = "inputs.grapevine.packages.\${pkgs.stdenv.hostPlatform.system}";
|
||||
};
|
||||
|
||||
settings = lib.mkOption {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue