mirror of
https://github.com/nix-community/awesome-nix
synced 2024-11-10 07:44:13 +00:00
dab6ff7d4c
Fixes #258
52 lines
2 KiB
Markdown
52 lines
2 KiB
Markdown
# Deprecated Projects
|
|
|
|
Here lie the following former awesome-list members as they have been archived, deprecated, or are otherwise unmaintained.
|
|
|
|
## Contents
|
|
|
|
* [Resources](#resources)
|
|
* [Newsletters](#newsletters)
|
|
* [Programming Languages](#programming-languages)
|
|
* [Haskell](#haskell)
|
|
* [Node.js](#nodejs)
|
|
* [Python](#python)
|
|
* [Scala](#scala)
|
|
* [NixOS Configuration Editors](#nixos-configuration-editors)
|
|
* [NixOS Modules](#nixos-modules)
|
|
|
|
## Resources
|
|
|
|
### Newsletters
|
|
|
|
* [NixOS Weekly](https://weekly.nixos.org/) - *The* newsletter to stay informed about community updates. (Last update was made in 2021)
|
|
|
|
## Programming Languages
|
|
|
|
### Haskell
|
|
|
|
* [stack2nix](https://github.com/input-output-hk/stack2nix) - Generate nix expressions for Haskell projects. (Deprecated in favor of [haskell.nix](https://github.com/input-output-hk/haskell.nix))
|
|
|
|
### Node.js
|
|
|
|
* [yarn2nix](https://github.com/nix-community/yarn2nix) - Generate Nix expressions from a `yarn.lock` file. (Archived)
|
|
|
|
### 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.
|
|
* [pypi2nix](https://github.com/nix-community/pypi2nix) - Generate Nix expressions for Python packages.
|
|
|
|
### Scala
|
|
|
|
* [sbt-nix.g8](https://github.com/gvolpe/sbt-nix.g8) - giter8 template for new Scala projects with Nix support. (Archived)
|
|
|
|
## NixOS Configuration Editors
|
|
|
|
* [Nix-Gui](https://github.com/nix-gui/nix-gui) - Desktop app in Python and Qt. (Unmaintained)
|
|
* [nixos-manager](https://github.com/pmiddend/nixos-manager) - Desktop app in Haskell and GTK. (Unmaintained)
|
|
* [Nixos-Gui](https://github.com/Celestialme/Nixos-Gui) - Desktop app in JavaScript, Svelte, Tauri. (Unmaintained)
|
|
* [NixUI](https://github.com/matejc/nixui) - Desktop app in JavaScript, NodeWebkit. (Unmaintained)
|
|
|
|
## Nixos Modules
|
|
|
|
* [nixcloud-webservices](https://github.com/nixcloud/nixcloud-webservices) - A Nixpkgs extension with a focus on ease of deployment of web-related technologies.
|