Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Nix: Use nixos-unstable for nodejs on Linux | Alan Pearce | 2017-07-08 | -1/+5 |
| | | | | | | | | | My Laptop uses the stable channel for the system by default, but also has the unstable channel available for when I need it. NodeJS 8 isn't available on the stable channel, so manually import nixos-unstable. Other machines shouldn't be affected, as they're using nixpkgs unstable on other OSes. | |||
* | nix: Use node 8 for node packages | Alan Pearce | 2017-07-05 | -1/+4 |
| | ||||
* | nix: Add Emacs build with packages | Alan Pearce | 2017-06-06 | -0/+9 |
Install with `nix-env -iA nixpkgs.myEmacs` (depending on nix namespace) |