Merge pull request 'Fix nix evaluation warning' (#40) from fix-nix-eval-warning into master

Reviewed-on: #40
This commit is contained in:
Leonard Steppy 2026-03-06 14:34:38 +01:00
commit 24fec093d2

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 = {