Add keymap-drawer workflow
I haven't tuned the output. For now this is just a demonstration of the workflow.
This commit is contained in:
parent
c65ef715d9
commit
63222cc2dd
8 changed files with 32 additions and 3 deletions
|
@ -19,7 +19,7 @@
|
|||
devShells = forAllSystems (system: let
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
zephyr = zephyr-nix.packages.${system};
|
||||
keymap_drawer = pkgs.python3Packages.callPackage ./keymap_drawer.nix { };
|
||||
keymap_drawer = pkgs.python3Packages.callPackage ./draw { };
|
||||
|
||||
in {
|
||||
default = pkgs.mkShell {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue