makes
makes copied to clipboard
A software supply chain framework powered by Nix.
When using a daemon installation of Nix, which, by the way, is the recommended one now, custom caches are not being used due to lack of trust. For example, try...
Looks like makeNodeJs is trying to find a file that doesn't exists when trying to get this npm package https://www.npmjs.com/package/gherkin-lint This is the error that I got ``` /nix/store/z710wsxj70dx1dyjpi4jl961bk3dk79c-make-derivation: line...
npm supports installing directly from github repos, which comes in handy as sometimes, maintainers take a long time to publish new versions to npm perhaps the structure in the package-lock...
Some projects require downloading deps from private registries i.e. https://fontawesome.com/docs/web/setup/packages#alternate-per-project-setup-using-environment-variables Would be useful to have a way to provide environment secrets so they can be used by npm
https://slsa.dev/spec/v0.1/levels https://slsa.dev/spec/v0.1/requirements
I was creating a few test files for checking vulnerabilities over Scala language, and found that scalafmt is very nice for formatting. It's also available on nixpkgs So this would...
When I do `from dateutil.relativedelta import relativedelta` in a python module and then run `lintPython` on it, I get: ``` newutils/datetime.py:8: error:(B Library stubs not installed for (B"dateutil.relativedelta"(B (or incompatible...
Having a local web server that is S3-compatible is very nice for development. Having it embedded on Makes would be much appreciated and would allow other people to re-use it...
The new TUI is pretty awesome, but the native python implementation to complete and find jobs could do with some improvement. Rather than reinventing the wheel here, it may be...