makes
makes copied to clipboard
A software supply chain framework powered by Nix.
- https://github.com/fluidattacks/makes/blob/main/makes/container-image/main.nix
Some modules do not follow the arg/module architecture yet. Let's migrate them. - [ ] lint-bash - [ ] lint-nix - [ ] format-javascript - [ ] format-markdown - [...
Currently we handle help scripts like this: You exec command --help:  then it runs and show:  --- Now that we have an excellent CLI, instead of having a...
Managing the kubernetes life cycle can easily be embedded on Makes while making the process declarative instead of imperative. This will also allow for other people to re-use a well...
I'm finding some trouble updating nixpkgs, seems they have changed something at the core of the build hooks Let's inspect
After trying to update to the latest commit of Nixpkgs I found some packages not to be self-contained via declarative setup code (normally a wrapper that expose a few env...
A friend just started this project (planning on) making use of RFC92 to avoid IFD for 2nix approaches. My gut tells me that this is something makes could fully embrace...
I just read about Stateful functions. My gut tells me this is something we should have a look at for makes to unlock further potential. I accessored the topic through...
https://github.com/ejwa/gitinspector
If needed, this seems to be a shim-in-able type system for nix for functin signatures not as heavy as the module system: https://code.tvl.fyi/tree/nix/yants