Update README.md

This commit is contained in:
zimbatm 2019-05-15 16:39:15 +01:00 committed by GitHub
parent e7baa5c561
commit 6585d32cc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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