fluidattacks/makes
{ "createdAt": "2021-06-21T17:03:36Z", "defaultBranch": "main", "description": "A software supply chain framework powered by Nix.", "fullName": "fluidattacks/makes", "homepage": "https://makes.fluidattacks.tech/", "language": "Nix", "name": "makes", "pushedAt": "2025-09-01T18:51:09Z", "stargazersCount": 497, "topics": [ "build", "cd", "ci", "devops", "devsecops", "nix" ], "updatedAt": "2025-10-26T13:53:35Z", "url": "https://github.com/fluidattacks/makes"}⚠️ Deprecation notice ⚠️
Section titled “⚠️ Deprecation notice ⚠️”After a thorough review of Makes and other build system alternatives, Fluid Attacks has decided to transition fully to Nix Flakes for all our builds.
This decision brings significant benefits, including the opportunity to rely on and contribute to the incredible Nix community instead of maintaining our own build system.
It also means that Makes is no longer maintained and will be archived.
More information can be found at https://github.com/fluidattacks/makes/issues/1439.
🦄 Makes
Section titled “🦄 Makes”A CI/CD framework powered by Nix.
![Makes demo]!(/docs/src/assets/demo.svg “Makes demo”)
Ever needed to
- run applications locally to try out your code?
- Execute CI/CD pipelines locally to make sure jobs are being passed?
- Keep execution environments frozen for strict dependency control against supply chain attacks?
- Know the exact dependency tree of your application?
Well, we have!
Makes is an open-source, production-ready framework for building CI/CD pipelines and application environments.
It is
Installation
Section titled “Installation”Documentation
Section titled “Documentation”You can run m . /docs/dev to serve the docs site on localhost or directly see the docs/src directory.
Issues
Section titled “Issues”Found a bug? create a new item in the project’s issues