mirror of
https://github.com/DeterminateSystems/update-flake-lock.git
synced 2025-04-21 09:20:16 +03:00
space separated options
This commit is contained in:
parent
d978837d43
commit
d021735a89
3 changed files with 3 additions and 3 deletions
2
dist/index.js
vendored
2
dist/index.js
vendored
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue