summary refs log tree commit diff stats
path: root/nix/.config/nixpkgs
Commit message (Collapse)AuthorAgeLines
* 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.
* Emacs: Remove company-nixos-options from installationAlan Pearce2017-07-08-1/+0
|
* nix: Use node 8 for node packagesAlan Pearce2017-07-05-1/+4
|
* Emacs: Install nix-sandboxAlan Pearce2017-06-22-0/+1
|
* Emacs: Install rainbow-mode for manual usageAlan Pearce2017-06-19-0/+1
|
* Emacs: Setup toml-modeAlan Pearce2017-06-19-0/+1
|
* Emacs: Install rjsx-mode for React component filesAlan Pearce2017-06-19-0/+1
|
* Emacs: Try white-themeAlan Pearce2017-06-18-1/+1
|
* nix: Allow emacs package to be specifiedAlan Pearce2017-06-12-2/+2
|
* Emacs: Remove dired-+Alan Pearce2017-06-12-1/+0
| | | | I don't think I use it
* nix: Parametrise use of macportAlan Pearce2017-06-09-2/+6
|
* nix: Fix mis-organised dired-du packageAlan Pearce2017-06-06-2/+3
|
* nix: Add Emacs build with packagesAlan Pearce2017-06-06-0/+165
Install with `nix-env -iA nixpkgs.myEmacs` (depending on nix namespace)