diff options
Diffstat (limited to 'flakes/private/environment')
-rw-r--r-- | flakes/private/environment/flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flakes/private/environment/flake.nix b/flakes/private/environment/flake.nix index 49b203e..1a129cb 100644 --- a/flakes/private/environment/flake.nix +++ b/flakes/private/environment/flake.nix | |||
@@ -380,7 +380,7 @@ | |||
380 | type = attrsOf (submodule { | 380 | type = attrsOf (submodule { |
381 | options = { | 381 | options = { |
382 | remote = mkOption { | 382 | remote = mkOption { |
383 | type = functionTo str; | 383 | type = functionTo (functionTo str); |
384 | example = literalExample '' | 384 | example = literalExample '' |
385 | bucket: "ssh://some_host/${bucket}"; | 385 | bucket: "ssh://some_host/${bucket}"; |
386 | ''; | 386 | ''; |