mirror of
https://github.com/hercules-ci/arion.git
synced 2024-11-23 00:32:12 +03:00
Merge #72
72: Change deprecated types.string to types.str r=roberth a=moinessim To avoid: "trace: warning: types.string is deprecated because it quietly concatenates strings" Co-authored-by: Moises Nessim <moises.nessim@topmanage.com>
This commit is contained in:
commit
81a51ae5ea
@ -21,7 +21,7 @@ in
|
||||
description = "A derivation that produces a docker-compose.yaml file for this composition.";
|
||||
};
|
||||
build.dockerComposeYamlText = lib.mkOption {
|
||||
type = lib.types.string;
|
||||
type = lib.types.str;
|
||||
description = "The text of build.dockerComposeYaml.";
|
||||
};
|
||||
docker-compose.raw = lib.mkOption {
|
||||
|
@ -15,7 +15,7 @@
|
||||
};
|
||||
|
||||
host.nixStorePrefix = lib.mkOption {
|
||||
type = lib.types.string;
|
||||
type = lib.types.str;
|
||||
default = "";
|
||||
example = "/mnt/foo";
|
||||
description = ''
|
||||
|
Loading…
Reference in New Issue
Block a user