Various blog posts related to Nix and NixOS
- https://nixos.org/wiki/Main_Page Nix wiki. Awesome resource containing huge amount of manuals and documentation with examples.
- http://aflatter.de/nixos/ Alexander Flatter - NixOS. Installing NixOS inside a VirtualBox with a real-world
configuration.nix
example. - http://lethalman.blogspot.it/search/label/nixpills Luca Bruno - Nix Pills. Series of posts describing how to install nix into some environment and how to use it.
- https://www.domenkozar.com/2014/01/02/getting-started-with-nix-package-manager/ Domen Kožar - Getting started with Nix package manager. Installing and using Nix package manager instead of existing system wide package manager in your linux distro.
- http://sandervanderburg.blogspot.ru/2014/10/deploying-npm-packages-with-nix-package.html Sander van der Burg - Deploying NPM packages with the Nix package manager.
- https://medium.com/@MrJamesFisher/nix-by-example-a0063a1a4c55 James Fisher - Nix by example. Detailed nix language tutorial.
- http://ocharles.org.uk/blog/posts/2014-02-04-how-i-develop-with-nixos.html Oliver Charles - How do I develop with NixOS. Practical examples of nix benefits for a regular haskell developer.
- https://nixos.org/wiki/Haskell NixOS wiki - Haskell page.
- http://fuuzetsu.co.uk/blog/posts/2014-06-28-My-experience-with-NixOS.html Mateusz Kowalczyk - My experience with NixOS. Various nix expressions of a number of haskell packages.
- http://wiki.ocharles.org.uk/Nix Oliver Charles' Wiki. Extra-ordinary wiki with a single page describing cabal2nix usage for a not-yet hackaged packages.
- http://fluffynukeit.com/series/haskell-nixos/ Daniel Austin - Haskell NixOS. Haskell development inside a pure NixOS environment.
- http://zef.me/6049/nix-docker Zef Hemel - Declaratively Provision Docker Images Using Nix.
- http://www.slideshare.net/alexclear/repeatability-on-devops40-meetup-apr-2014 Alexander Chistyakov - Repeatability. Nix-docker presentation (in russian)
- http://datakurre.pandala.org/2014/09/nix-expressions-as-executable-commands.html Asko Soukka - Nix expressions as executable commands
- http://lists.science.uu.nl/pipermail/nix-dev/2014-February/012543.html Thread in nix-dev mailing list about using Nix to manage dotfiles
- http://aflatter.de/managing-home-with-nix/ Alexander Flatter - Managing $HOME with Nix
- https://github.com/Fuuzetsu/nix-project-defaults
- https://github.com/aflatter/nixconfig
- https://github.com/aristidb/dotfiles
- https://github.com/bjornfor/nixos-config
- https://github.com/ierton/dotfiles
- https://github.com/joelteon/config.nix/
- https://github.com/pSub/configs
- https://github.com/shlevy/dotfiles
- https://github.com/garbas/nixos-configuration
- https://github.com/aszlig/vuizvui
- https://github.com/bennofs/dotfiles
- https://github.com/seagreen/example-nixos-configs nixos configs aggregator