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

I have seen use cases where I want to execute the `m` command within a `makeScript` job. Let's look for a comfortable way to do this.

help wanted

`m . /lintPython/module/***` fails with: ![image](https://user-images.githubusercontent.com/42251914/212186305-2a9208fb-d938-45cf-a5a7-5c43789da5ef.png) This seems due to django added dependency to pylint plugins. [see this post](https://www.appsloveworld.com/django/100/101/python-click-project-django-is-not-available-on-the-pythonpath-error).

`compute-on-aws-batch` only supports attempts parameter for a batch job. Add conditions of retry through evaluateOnExit input ([aws docs](https://docs.aws.amazon.com/batch/latest/APIReference/API_RetryStrategy.html), [aws cli](https://docs.aws.amazon.com/cli/latest/reference/batch/submit-job.html))

Makes currently uses Nix 2.15: https://github.com/fluidattacks/makes/blob/main/makes/cli/env/runtime/main.nix#L9 Newest version is: https://nixos.org/download/# Let's upgrade it

- Upgrade nixpkgs version - Upgrade nix version from 2.15 to 2.23

Hi, I'm running into an issue while trying to scan my project for a casa tiers 2 assesments. SAST and SCA scan are working fine but APK scan is not....

The command `m ` fetches the repository and executes the job, but it doesn't make the repository locally available. This is problematic because, for parity, the repository should be locally...

Their learning curve is higher than language-specific tools. Errors require high nix knowledge to debug. We mainly use them to keep language-specific dependencies as derivations for cache, but for large...

node 21 has reached EOL and is no longer available on nixpkgs makes should only support LTS (20) and current (22)

## Context Current supported version of DynamoDB local [is old](https://github.com/fluidattacks/makes/blob/main/src/args/make-dynamodb/default.nix#L15). Some features of new versions, like the *ReturnValuesOnConditionCheckFailure* feature, are missing due to this. There's a [changelog](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocalHistory.html) about DynamoDB local...