mirror of
https://github.com/ryan4yin/nixos-and-flakes-book
synced 2024-11-22 20:23:10 +00:00
Mention mach-nix is unmaintainted (dev-environments.md)
This commit is contained in:
parent
675409603a
commit
bcaf59cae1
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
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.
|
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)
|
- [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.
|
The advantage of these tools is that they utilize the lock mechanism of Nix Flakes to improve reproducibility.
|
||||||
|
|
Loading…
Reference in a new issue