qmk_userspace icon indicating copy to clipboard operation
qmk_userspace copied to clipboard

Add a simple shell.nix to enable QMK toolchain in shell

Open evantravers opened this issue 1 year ago • 1 comments

Solves: https://github.com/qmk/qmk_userspace/issues/8

Description

evantravers avatar Jun 07 '24 17:06 evantravers

Currently I have a flake.nix working locally and I don't use the qmk provided by the stable/unstable nixpkgs repo because they get outdated most of the time. So I use buildPythonApplication to build the package manually because it allows more control on the qmk version. The downside is needing to build the program in the environment and updating this file frequently is needed. But if you want to do it this way, I propose using the unstable branch instead of pinning it to 24.05. Because this will get outdated very fast.

budimanjojo avatar Jun 08 '24 08:06 budimanjojo