This website works better with JavaScript.
Home
Explore
Help
Sign In
MNT
/
reform
Watch
2
Star
0
Fork
4
Code
Issues
0
Pull Requests
3
Releases
0
Wiki
Activity
Browse Source
reform2-keyboard: add shell.nix
Enter a shell with the AVR toolchain by running `nix-shell` in the reform2-keyboard directory.
pull/10/head
Emery Hemingway
5 months ago
parent
73bfefc780
commit
cf074c5eff
1 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
reform2-keyboard-fw/shell.nix
+ 8
- 0
reform2-keyboard-fw/shell.nix
View File
@@ -0,0 +1,8 @@
{ pkgs ? import <nixpkgs> { } }:
pkgs.mkShell {
buildInputs = with pkgs; [
dfu-programmer
pkgsCross.avr.buildPackages.gcc
pkgsCross.avr.buildPackages.binutils
];
}
Write
Preview
Loading…
Cancel
Save