std
std copied to clipboard
A DevOps framework for the SDLC with the power of Nix and Flakes. Good for keeping deadlines!
Response: https://github.com/divnix/std/issues/27#issuecomment-1039789838 I did the [cliche](https://github.com/GTrunSec/DevSecOps-cells/blob/main/cells/_writers/library.nix) implement here. could you create a new repo for that or somehow? thanks
I think we can ship makes-essentials such as https://github.com/fluidattacks/makes/blob/main/src/args/make-template/builder.sh direcly as `outputs.library..std-nameXY`. (but only the essentials to limit the scope of "opinionating") /cc @kamadorueda @tomberek wdyt? ([poor man's implementation of...
is std works well with arion docker composes https://docs.hercules-ci.com/arion/ ?
Standard positions itself a tool for managing monorepos (I think?). Most of my encounters with monorepos have been within the JavaScript ecosystem. Usually these tend to use Yarn, PNPM, Lerna,...
Cell Blocks always have the same API (i.e. `{inputs, cell}:`). With this addition any cell block can simply assume that `inputs` & `cell` are in scope without having to explicitly...
- [ ] specify & implement the `tasks` block type - [ ] also provide a `std.lib.mkTask` interface — similar in spirit & opulence to `std.lib.writeShellEntrypoint` - [ ] implement...
Putting anything that is not a folder (e.g. a README.md file) inside the `cellsFrom` folder throws an error: ``` Everything under ${cellsFrom}/* is considered a Cell [...] Please remove '${cellsFrom}/README.md'...
https://oam.dev/ Based on [this hint](https://discourse.nixos.org/t/hello-std-the-nix-flake-framework-for-perfectionists-with-deadlines/18831/43?u=blaggacao), I realized that this is a super useful abstraction to very effectively quell the vendor-specificity of the 4th layer. /cc @disassembler @manveru @nrdxp
It seems to me that `inputs` is a bit of a misnomer, especially since the the set also contains references to local cells via the `cells` attribute. I feel a...
https://github.com/cocogitto/cocogitto