From 53e5cab5fb89c6c95f35c1bc56b9f05766b1a46c Mon Sep 17 00:00:00 2001 From: Karl Hallsby Date: Sat, 25 Dec 2021 22:06:29 -0600 Subject: Create shell.nix file for creating a dev/flashing shell --- shell.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 shell.nix diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..9dc4bd2 --- /dev/null +++ b/shell.nix @@ -0,0 +1,10 @@ +{ pkgs ? import {} }: + +pkgs.mkShell { + name = "moonlander-keyboard"; + nativeBuildInputs = with pkgs; [ + wally-cli + bashInteractive + ]; + +} -- cgit v1.2.3