summary refs log tree commit diff stats
path: root/nix/.config/nixpkgs/config.nix
Commit message (Collapse)AuthorAgeLines
* nix: Remove nixpkg overridesAlan Pearce2018-12-27-13/+0
|
* nix: Remove zrAlan Pearce2017-11-16-2/+0
| | | | It stopped building successfully and I never started using it anyway
* Merge branch 'master' of ssh://alanpearce.eu/dotfilesAlan Pearce2017-07-08-0/+2
|\
| * Nix: Create package for zrAlan Pearce2017-07-06-0/+2
| |
* | Nix: Use nixos-unstable for nodejs on LinuxAlan Pearce2017-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 packagesAlan Pearce2017-07-05-1/+4
|
* nix: Add Emacs build with packagesAlan Pearce2017-06-06-0/+9
Install with `nix-env -iA nixpkgs.myEmacs` (depending on nix namespace)