nix test 8

This commit is contained in:
Zacharias-Brohn
2025-11-23 22:27:52 +01:00
parent ff39f2acb8
commit 4afd015ae2
2 changed files with 1 additions and 15 deletions
+1 -2
View File
@@ -39,9 +39,8 @@
shell = self.packages.${pkgs.stdenv.hostPlatform.system}.zshell;
in
pkgs.mkShell.override {stdenv = shell.stdenv;} {
inputsFrom = [shell shell.plugin shell.extras];
inputsFrom = [shell shell.plugin];
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";
};
});
};