mirror of
https://github.com/DeterminateSystems/update-flake-lock.git
synced 2025-04-21 17:22:02 +03:00
space separated options
This commit is contained in:
parent
d978837d43
commit
d021735a89
3 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@ class UpdateFlakeLockAction {
|
|||
this.idslib = new IdsToolbox(options);
|
||||
this.commitMessage = inputs.getString("commit-msg");
|
||||
this.flakeInputs = inputs.getArrayOfStrings("inputs", "comma");
|
||||
this.nixOptions = inputs.getArrayOfStrings("nix-options", "comma");
|
||||
this.nixOptions = inputs.getArrayOfStrings("nix-options", "space");
|
||||
this.pathToFlakeDir = inputs.getStringOrNull("path-to-flake-dir");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue