No description
Find a file
2019-05-15 16:18:48 +01:00
LICENSE Initial commit 2019-05-15 15:59:42 +01:00
README.md Update README.md 2019-05-15 16:18:48 +01:00

awesome-nixos

A curated list of the best resources in the Nix community

Resources

Learning

Newsletters

  • NixOS Weekly - A weekly newsletter that contains community updates

Cloud stuff

Command-line tools

  • niv - Easy dependency management for Nix projects
  • nix-index - Quickly locate nix packages with specific files

Programming

Elm

  • Nix Elm Tools - Elm language community tooling for Nix and NixOS users.

Haskell

  • snack - Nix-based incremental build tool for Haskell projects
  • stack2nix - Generate nix expressions for Haskell projects

NodeJS

  • napalm - Support for building npm packages in Nix and lightweight npm registry
  • yarn2nix - Generate nix expressions from a yarn.lock file
  • node2nix

Python

  • pip2nix - Freeze pip-installable packages into Nix expressions

Ruby

  • bundix - Generates a Nix expression for your Bundler-managed application.

Rust

  • carnix - Carnix is a compiler from the Cargo.lock files produced by cargo to Nix expressions.