Fix nix evaluation warning

This commit is contained in:
Leonard Steppy 2026-03-06 14:33:43 +01:00
parent f6de003bbd
commit 7b64d979f8

View File

@ -56,7 +56,7 @@
package = lib.mkOption { package = lib.mkOption {
type = lib.types.package; type = lib.types.package;
description = "Derivation to install for multi-ssh"; description = "Derivation to install for multi-ssh";
default = self.packages.${pkgs.system}.multiSsh; default = self.packages.${pkgs.stdenv.hostPlatform.system}.multiSsh;
}; };
servers = { servers = {
local = { local = {