modules: fs: symlink.text: allow specifying it multiple times

This commit is contained in:
Colin 2023-07-18 02:17:25 +00:00
parent 1dfd894568
commit 23e95ba2ba

View File

@ -132,7 +132,7 @@ let
description = "fs path to link to";
};
text = mkOption {
type = types.nullOr types.str;
type = types.nullOr types.lines;
default = null;
description = "create a file in the /nix/store with the provided text and use that as the target";
};