Skip to content

Instantly share code, notes, and snippets.

@matthew-piziak
Created April 7, 2020 23:58
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 matthew-piziak/c784460e9824804a72b40e43d324056f to your computer and use it in GitHub Desktop.
Save matthew-piziak/c784460e9824804a72b40e43d324056f to your computer and use it in GitHub Desktop.

(defun nix-def (expr) (interactive “sExpression: ” expr) (unless (server-running-p) (server-start)) (async-shell-command (s-lex-format “nix edit -f "<nixpkgs>" ${expr}”)))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment