nix: fix devshell stdenv

Closes #560
This commit is contained in:
2 * r + 2 * t 2025-09-04 22:54:50 +10:00
parent e6483d7932
commit 58ff28cdf7

View file

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