some more updates
Some checks are pending
/ test (push) Waiting to run

This commit is contained in:
Chris Cochrun 2025-08-14 09:19:30 -05:00
parent a06890d9e1
commit 10fbbe5a65
5 changed files with 37 additions and 9 deletions

View file

@ -34,6 +34,7 @@
wayland-protocols
libxkbcommon
pkg-config
sccache
];
bi = with pkgs; [
@ -72,7 +73,7 @@
in rec
{
devShell = pkgs.mkShell.override {
stdenv = pkgs.stdenvAdapters.useMoldLinker pkgs.clangStdenv;
# stdenv = pkgs.stdenvAdapters.useMoldLinker pkgs.clangStdenv;
} {
nativeBuildInputs = nbi;
buildInputs = bi;