diff --git a/DEPRECATED.md b/DEPRECATED.md index e0e4732..704f55e 100644 --- a/DEPRECATED.md +++ b/DEPRECATED.md @@ -32,6 +32,7 @@ Here lie the following former awesome-list members as they have been archived, d ### Python * [pypi2nix](https://github.com/nix-community/pypi2nix) - Generate Nix expressions for Python packages. +* [mach-nix](https://github.com/DavHau/mach-nix) - Tool to create highly reproducible python environments. ### Scala diff --git a/README.md b/README.md index 8cc927e..43f12df 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ ## DevOps -* [Makes](https://github.com/fluidattacks/makes) - A Nix-based CI/CD pipeline framework for building, testing, and releasing projects in any language, from anywhere. +* [Makes](https://github.com/fluidattacks/makes) - A Nix-based CI/CD pipeline framework for building, testing, and releasing projects in any language, from anywhere. * [Standard](https://github.com/divnix/std) - An opinionated Nix Flakes framework to keep Nix code in large projects organized, accompanied by a friendly CLI/TUI optized for DevOps scenarios. ## Programming Languages @@ -202,7 +202,6 @@ ### Python -* [mach-nix](https://github.com/DavHau/mach-nix) - Tool to create highly reproducible python environments. * [pip2nix](https://github.com/nix-community/pip2nix) - A repository-agnostic Python package generator tool. * [poetry2nix](https://github.com/nix-community/poetry2nix) - Build Python packages directly from [Poetry's](https://python-poetry.org/) `poetry.lock`. No conversion step needed. @@ -251,7 +250,7 @@ ## Overlays * [awesome-nix-hpc](https://github.com/freuk/awesome-nix-hpc) - High Performance Computing package sets. -* [chaotic-nyx](https://github.com/chaotic-cx/nyx) - Daily bumped bleeding edge packages like `mesa_git` & others that aren't yet in Nixpkgs. Created by the makers of [Chaotic-AUR](https://github.com/chaotic-aur/). +* [chaotic-nyx](https://github.com/chaotic-cx/nyx) - Daily bumped bleeding edge packages like `mesa_git` & others that aren't yet in Nixpkgs. Created by the makers of [Chaotic-AUR](https://github.com/chaotic-aur/). * [nix-darwin](https://github.com/LnL7/nix-darwin) - Manage macOS configuration just like on NixOS. * [nixpkgs-firefox-darwin](https://github.com/bandithedoge/nixpkgs-firefox-darwin) - Automatically updated Firefox binary packages for macOS. * [nixpkgs-wayland](https://github.com/nix-community/nixpkgs-wayland) - Bleeding-edge Wayland packages.