Skip to content

Instantly share code, notes, and snippets.

@samueldr
Created August 3, 2018 03:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samueldr/f98f592059302232858857fcc2a3bc08 to your computer and use it in GitHub Desktop.
Save samueldr/f98f592059302232858857fcc2a3bc08 to your computer and use it in GitHub Desktop.
{}:
let
nixos-unstable = import <nixos-unstable>{};
in
{
nixpkgs.overlays = [(self: super: {
emacs = nixos-unstable.emacs;
emacsWithPackages = nixos-unstable.emacsWithPackages;
})];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment