Skip to content

Instantly share code, notes, and snippets.

@kragniz
Created May 27, 2016 21:09
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 kragniz/78763884f5d12bb19afaf67120375e4c to your computer and use it in GitHub Desktop.
Save kragniz/78763884f5d12bb19afaf67120375e4c to your computer and use it in GitHub Desktop.
Getting platformio working with avrdude on NixOS

To get it flashing, I had to run:

$ nix-shell -I nixpkgs=/home/kragniz/git/nixpkgs/ --pure -p platformio avrdude
$ rm /home/kragniz/.platformio/packages/tool-avrdude/avrdude
$ ln -s $(type avrdude) ~/.platformio/packages/tool-avrdude/avrdude
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment