space separated options

This commit is contained in:
Graham Christensen 2024-05-09 15:26:43 -04:00
parent d978837d43
commit d021735a89
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View file

@ -94350,7 +94350,7 @@ var UpdateFlakeLockAction = class {
this.idslib = new IdsToolbox(options);
this.commitMessage = inputs_exports.getString("commit-msg");
this.flakeInputs = inputs_exports.getArrayOfStrings("inputs", "comma");
this.nixOptions = inputs_exports.getArrayOfStrings("nix-options", "comma");
this.nixOptions = inputs_exports.getArrayOfStrings("nix-options", "space");
this.pathToFlakeDir = inputs_exports.getStringOrNull("path-to-flake-dir");
}
async update() {