Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanwang-wf committed Apr 4, 2024
1 parent 3221176 commit 0225182
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,12 @@
config.packages.drawer
(python3.withPackages (ps: [ ps.pyyaml ]))
];
text = ''
text = ''
keymap parse -c 10 -q reiryoku.json > reiryoku.yaml
sed -i -E "s/LAYOUT_charybdis_3x5/LAYOUT/g" reiryoku.yaml
keymap draw reiryoku.yaml > reiryoku.svg
python process.py
draw output.yaml > reiryoku.svg
keymap draw output.yaml > reiryoku.svg
'';
};

Expand Down

0 comments on commit 0225182

Please sign in to comment.