makes
makes copied to clipboard
A software supply chain framework powered by Nix.
@kamadorueda I was wondering if other widely used FOSS solutions implement some sort of data collection for insights. Things like: 1. Monthly/weekly/daily calls 2. Most used args 3. Projects using...
fetchers on Nix are not perfect - builtins.fetchgit, does not bootstrap git, so you have to install it on the target host (happened to me in the past, using nixpkgs.fetchgit...
I've by no means run a thorough code analysis of the project, but I haven't seen anything yet that would make pure evaluation completely impossible. It is feasible that Nix,...
A little gem out there: static analyzer nix toolkit. https://git.peppe.rs/languages/statix/
> * The priority of substituters can now be overridden using the `priority` substituter setting (e.g. `--substituters 'http://cache.nixos.org?priority=100 daemon?priority=10'`). I remember a recent discussion in this space. FYI. I don't...
Now, as I see it, makes is an _in-tree job tree with a cli storefront_. Having such a sound framework for in-tree jobs, I wonder what could be a well-defined...
In our adoption of makes, the principal possibility of running remote scripts with `m` has caused some confusion, and given the size & diversity of our org, that problem will...
This is coming from thinking about nomad & terraform deployments. In my thinking, we could bring the power of `nix-lang` to those tools by: - Instead of defining hcl files,...
1. https://www.nomadproject.io/docs/commands/job/plan 2. https://www.nomadproject.io/docs/commands/job/run Anything I need to know before getting my hands dirty?
since the following was a bit contrived to find, maybe we can add a simple select option widget for semi-interactive runbooks... ``` function select_iogo_job { local string="" info "Please select...