nix: add clazy to devshell
This commit is contained in:
parent
84dc5a3593
commit
39f52d73f9
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue