nix: add clazy to devshell

This commit is contained in:
2 * r + 2 * t 2025-09-25 23:20:49 +10:00
parent 84dc5a3593
commit 39f52d73f9

View file

@ -50,7 +50,7 @@
in
pkgs.mkShell.override {stdenv = shell.stdenv;} {
inputsFrom = [shell shell.plugin shell.extras];
packages = with pkgs; [material-symbols rubik nerd-fonts.caskaydia-cove];
packages = with pkgs; [clazy material-symbols rubik nerd-fonts.caskaydia-cove];
CAELESTIA_XKB_RULES_PATH = "${pkgs.xkeyboard-config}/share/xkeyboard-config-2/rules/base.lst";
};
});