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:
parent
bebdfb82fd
commit
962e97f613
3 changed files with 44 additions and 0 deletions
|
@ -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 { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue