Compare commits
No commits in common. "24fec093d224415adf475426bb84d1e71658ed23" and "f6de003bbd50fd5c27f936cf6d10131bbfcc3f47" have entirely different histories.
24fec093d2
...
f6de003bbd
@ -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.stdenv.hostPlatform.system}.multiSsh;
|
default = self.packages.${pkgs.system}.multiSsh;
|
||||||
};
|
};
|
||||||
servers = {
|
servers = {
|
||||||
local = {
|
local = {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user