nix test 8
This commit is contained in:
@@ -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";
|
||||
};
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user