Recently Updated Pages
The high-level workflow of Nix
You can use Nix to build many different things for many different purposes. However, the basic wo...
Installing software globally
Probably the most common case, is wanting to install software system-wide. This is not technicall...
Frequently Asked Questions
General Are there any downsides? Yes. Here are some of the most common issues that people run i...
Running an AppImage
If you try to run an AppImage with the usual ./application-name invocation, you'll find that they...
Introduction
NixOS is very strict in its approach to system purity; there is essentially no global environment...
What is the Nix store?
The Nix store is a folder, located at /nix/store by default, that contains every build result fro...
Storing secrets and the Nix store
Nix stores every derivation that it builds in the Nix store. However, to make sure that everythin...
What is a derivation?
You can think of a derivation as a set of build instructions, somewhat similar to how IKEA furnit...
Introduction to Morph
Morph is a simple, stateless deployment tool for NixOS. Essentially, it's a way to manage one or ...
What is Hydra?
Hydra is, more or less, a build server. Unsurprisingly, it uses Nix and nixlang for specifying wh...
What is NixOps?
Nix (and NixOS) themselves only manage a single machine. If you want to manage multiple machines,...
What is NixOS?
While Nix can run as a stand-alone package manager on any Linux system, and even on macOS, there'...
What is nixpkgs?
You'll often run across the name 'nixpkgs' in this documentation. Nix itself is really just the p...
What is Nix?
Nix is a next-generation package and system manager. Many other package managers suffer from dep...
Synchronous vs. asynchronous
This article was originally published at https://gist.github.com/joepie91/bf3d04febb024da89e3a3e6...
Node.js for PHP developers
This article was originally published at https://gist.github.com/joepie91/87c5b93a5facb4f99d7b2a6...
What is state?
This article was originally published at https://gist.github.com/joepie91/8c2cba6a3e6d19b275f...
Riot.js cheatsheet
This article was originally published at https://gist.github.com/joepie91/ed3a267de70210b46fb06dd...
node-gyp requirements
This article was originally published at https://gist.github.com/joepie91/375f6d9b415213cf4394b5b...
Why you shouldn't use Sails.js
This article was originally published at https://gist.github.com/joepie91/cc8b0c9723cc2164660e. ...