Skip to content
Snippets Groups Projects
Commit a223085d authored by Emery Hemingway's avatar Emery Hemingway
Browse files

reform2-lpc-fw: add shell.nix

Nix users can enter a shell with the appropriate toolchain by issuing the
`nix-shell` command in the reform2-lpc-fw directory.
parent c1847294
No related branches found
No related tags found
Loading
{ pkgs ? import <nixpkgs> { } }:
pkgs.mkShell { buildInputs = with pkgs; [ stdenv gcc-arm-embedded ]; }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment