Advertisement
Guest User

Untitled

a guest
Jun 29th, 2020
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. with import <nixpkgs> {
  2. # use the latest Emacs overlay
  3. overlays = [
  4. (import (builtins.fetchTarball {
  5. url = "https://github.com/nix-community/emacs-overlay/archive/master.tar.gz";
  6. }))
  7. ];
  8. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement