dckc / madmode-blog

my tinkering notebook (blog)
https://www.madmode.com
0 stars 2 forks source link

nix dotfiles: python, flycheck, flake8 #13

Open dckc opened 8 years ago

dckc commented 8 years ago
with import <nixpkgs> {};

stdenv.mkDerivation {
  name = "dckc-pydev";

  buildInputs = [ emacs emacsPackages.flycheck pythonPackages.flake8];
}

http://sandervanderburg.blogspot.com/2014/07/managing-private-nix-packages-outside.html

the cost of being different...

xmodmap ctrl / capslock

shell aliases

dot files... connolly vs. dconnolly

dckc commented 8 years ago

odd... nix's emacs doesn't grok nix-mode until I M-x load file ~/.nix-profile/share/emacs/site-lisp/nix-mode.el

dckc commented 3 months ago

I seem to have guix, emacs, magit, and direnv talking nicely to each other for spritely dev.

See also: #guix #devtools bookmarks.