makes icon indicating copy to clipboard operation
makes copied to clipboard

A software supply chain framework powered by Nix.

Results 112 makes issues
Sort by recently updated
recently updated
newest added

https://discourse.nixos.org/t/statix-lints-and-suggestions-for-the-nix-programming-language/15714

help wanted

For avoding to write code like this: https://gitlab.com/fluidattacks/product/-/blob/98c98731063823affbb14a2cf86c0737f5043a29/makes/foss/units/observes/scheduled/on-aws/code-etl-mirror/main.nix#L19 and instead writting code like this: ```nix outputs."/script".tree.bin ``` `tree` represents the contents of `$out`, and bin the binary to execute

help wanted
difficulty::medium

I have tried to build a shell using `nixpkgs.Shell` to use this extension, but have failed to use derivations built with makes https://marketplace.visualstudio.com/items?itemName=arrterian.nix-env-selector

help wanted
difficulty::medium

- https://reuse.software/ - using this tool: https://git.fsfe.org/reuse/tool

help wanted
medium priority

Similar to `just` how complicated would it be to extend make's stdenv to other languages... GNU `parallel` might not always be the tool of choice & trust for parallelization... :sweat_smile:

help wanted

@kamadorueda Let's consider adding pipeline support to makes so people can run all jobs associated with a pipeline. - Consider parallelism - Consider `needs:` - Consider `artifacts:`

help wanted

``` A definition for option `outputs./' is not of type `package'. Definition values: - In `/nix/store/nj2n...-source/src/evaluator/modules/default.nix' ``` This error message says just about nothing. We need to improve it, possibly...

help wanted

building '/nix/store/2c7h6nyhi5qr8mpxrq4w8y5wmiiwn6ay-make-template-for-as-bash-map.drv'... while setting up the build environment: executing '/nix/store/dpjnjrqbgbm8a5wvi1hya01vd8wyvsq4-bash-4.4-p23/bin/bash': Argument list too long builder for '/nix/store/2c7h6nyhi5qr8mpxrq4w8y5wmiiwn6ay-make-template-for-as-bash-map.drv' failed with exit code 1

help wanted

I was very excited when I originally discovered we can use the NixOS module system for other things beyond configuring NixOS. I found quite simple for being able to configure...

help wanted

Did you muse about building a `nix`(`-static`) binary trampoline into `m`? It might be attractive marketing to hide everything `nix` away from the developer to address the issue that the...

help wanted