mirror of
https://github.com/nix-community/awesome-nix
synced 2024-11-10 07:44:13 +00:00
Update README.md
This commit is contained in:
parent
e7baa5c561
commit
6585d32cc8
1 changed files with 18 additions and 14 deletions
32
README.md
32
README.md
|
@ -8,26 +8,30 @@
|
|||
|
||||
### Learning
|
||||
|
||||
* [Nix Pills](https://nixos.org/nixos/nix-pills/) - The best way to learn by examples
|
||||
* [Nix Pills](https://nixos.org/nixos/nix-pills/) - The best way to learn by examples.
|
||||
|
||||
### Newsletters
|
||||
|
||||
* [NixOS Weekly](https://weekly.nixos.org/) - The best newsletter to stay informed about community updates
|
||||
* [NixOS Weekly](https://weekly.nixos.org/) - The best newsletter to stay informed about community updates.
|
||||
|
||||
## Cloud stuff
|
||||
|
||||
* [nixops](https://github.com/svanderburg/node2nix) - Deploy using Nix
|
||||
* [terraform-nixos](https://github.com/tweag/terraform-nixos) - A set of Terraform modules that are designed to deploy NixOS
|
||||
* [kubenix](https://github.com/xtruder/kubenix) - Kubernetes resource builder using nix
|
||||
* [nixos-generators](https://github.com/nix-community/nixos-generators) - one config, multiple formats
|
||||
* [nixops](https://github.com/svanderburg/node2nix) - Deploy using Nix.
|
||||
* [terraform-nixos](https://github.com/tweag/terraform-nixos) - A set of Terraform modules that are designed to deploy NixOS.
|
||||
* [kubenix](https://github.com/xtruder/kubenix) - Kubernetes resource builder using nix.
|
||||
* [nixos-generators](https://github.com/nix-community/nixos-generators) - one config, multiple formats.
|
||||
|
||||
## Command-line tools
|
||||
|
||||
* [niv](https://github.com/nmattia/niv/) - Easy dependency management for Nix projects
|
||||
* [nix-index](https://github.com/bennofs/nix-index) -
|
||||
Quickly locate nix packages with specific files
|
||||
Quickly locate nix packages with specific files.
|
||||
|
||||
## Programming
|
||||
## Development
|
||||
|
||||
* [nix-review](https://github.com/Mic92/nix-review) - The best tool to verify that a pull-request in nixpkgs is building properly.
|
||||
* [niv](https://github.com/nmattia/niv/) - Easy dependency management for Nix projects.
|
||||
|
||||
## Programming languages
|
||||
|
||||
### Elm
|
||||
|
||||
|
@ -37,22 +41,22 @@ Elm language community tooling for Nix and NixOS users.
|
|||
### Haskell
|
||||
|
||||
* [snack](https://github.com/nmattia/snack/) -
|
||||
Nix-based incremental build tool for Haskell projects
|
||||
Nix-based incremental build tool for Haskell projects.
|
||||
* [stack2nix](https://github.com/input-output-hk/stack2nix) -
|
||||
Generate nix expressions for Haskell projects
|
||||
Generate nix expressions for Haskell projects.
|
||||
|
||||
### NodeJS
|
||||
|
||||
* [napalm](https://github.com/nmattia/napalm) -
|
||||
Support for building npm packages in Nix and lightweight npm registry
|
||||
Support for building npm packages in Nix and lightweight npm registry.
|
||||
* [yarn2nix](https://github.com/moretea/yarn2nix) -
|
||||
Generate nix expressions from a yarn.lock file
|
||||
Generate nix expressions from a yarn.lock file.
|
||||
* [node2nix](https://github.com/svanderburg/node2nix)
|
||||
|
||||
### Python
|
||||
|
||||
* [pip2nix](https://github.com/johbo/pip2nix) -
|
||||
Freeze pip-installable packages into Nix expressions
|
||||
Freeze pip-installable packages into Nix expressions.
|
||||
|
||||
### Ruby
|
||||
|
||||
|
|
Loading…
Reference in a new issue