From bcaf59cae130c7ae8493311a679358a9c6e4fb9d Mon Sep 17 00:00:00 2001 From: Thibault Molleman Date: Sun, 10 Mar 2024 13:06:42 +0100 Subject: [PATCH] Mention mach-nix is unmaintainted (dev-environments.md) --- docs/development/dev-environments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/dev-environments.md b/docs/development/dev-environments.md index 85b8a73..04d362b 100644 --- a/docs/development/dev-environments.md +++ b/docs/development/dev-environments.md @@ -69,7 +69,7 @@ There are existing Nix packaging tools available to assist with this: Python dependencies must be installed through `flake.nix` because the data is located in the `/nix/store` directory, and these modification commands can only be executed during the Nix build phase. -- [DavHau/mach-nix](https://github.com/DavHau/mach-nix) +- [DavHau/mach-nix](https://github.com/DavHau/mach-nix) (currently unmaintained) - [poetry2nix](https://github.com/nix-community/poetry2nix) The advantage of these tools is that they utilize the lock mechanism of Nix Flakes to improve reproducibility.