Skip to content

Commit

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

Expand Down

0 comments on commit dc418ad

Please sign in to comment.