bash-commons icon indicating copy to clipboard operation
bash-commons copied to clipboard

feat: distributed via nix support

Open dzmitry-lahoda opened this issue 11 months ago • 13 comments

Description

Allow to reference bash scripts as nix package.

Documentation

nix build
nix develop

with flake and commands feature enabled

TODOs

Please ensure all of these TODOs are completed before asking for a review.

  • [?] Ensure the branch is named correctly with the issue number. e.g: feature/new-vpc-endpoints-955 or bug/missing-count-param-434.
  • [x] Update the docs.
  • [x] Keep the changes backward compatible where possible.
  • [x] Run the pre-commit checks successfully.
  • [x] Run the relevant tests successfully.
  • [x] Ensure any 3rd party code adheres with our license policy or delete this line if its not applicable.

dzmitry-lahoda avatar Mar 20 '24 14:03 dzmitry-lahoda