Got the firmware to compile and produce something vaguely sensible.
This commit is contained in:
10
firmware/shell.nix
Normal file
10
firmware/shell.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ pkgs ? import <nixpkgs> {} }:
|
||||
|
||||
pkgs.mkShell {
|
||||
buildInputs = [
|
||||
pkgs.stdenv
|
||||
|
||||
# keep this line if you use bash
|
||||
pkgs.bashInteractive
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user