Skip to content
This repository was archived by the owner on Sep 1, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# ⚠️ Deprecation notice ⚠️

After a [thorough review](https://gitlab.com/fluidattacks/universe/-/issues/14974#note_2427180773) of Makes and other build system alternatives, Fluid Attacks has decided to transition fully to [Nix Flakes](https://nixos.wiki/wiki/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

A CI/CD framework
Expand Down Expand Up @@ -52,11 +62,11 @@ It is

## Installation

[Installation](https://makes.fluidattacks.tech/getting-started/#installation)
[Installation](https://github.com/fluidattacks/makes/blob/main/docs/src/getting-started.md)

## Documentation

See https://makes.fluidattacks.tech
You can run `m . /docs/dev` to serve the docs site on localhost or directly see the `docs/src` directory.

## Issues

Expand Down
2 changes: 1 addition & 1 deletion docs/src/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ If you're adding new files, make sure to `git add` them first.
#### Adding documentation

- All changes must be documented in the same PR.
- You can run `m . /docs/dev` to serve the [docs site](https://makes.fluidattacks.tech)
- You can run `m . /docs/dev` to serve the docs site
on localhost.

#### Adding tests
Expand Down
Loading