Add build-glove80 script

Instead of running NixOS in Docker, I can build the firmware natively as
I'm running NixOS.
This commit is contained in:
Oliver Davies 2024-11-21 13:19:21 +00:00
parent bebdfb82fd
commit 962e97f613
3 changed files with 44 additions and 0 deletions

View file

@ -4,6 +4,8 @@ let
inherit (pkgs) callPackage;
in
{
build-glove80 = callPackage ./build-glove80.nix { };
vimPlugins = prev.vimPlugins // {
conf-vim = callPackage ./vim-plugins/conf-vim.nix { };
edit-alternate-vim = callPackage ./vim-plugins/edit-alternate-vim.nix { };