feat: stash

This commit is contained in:
2025-05-10 16:29:55 +08:00
parent 14045f7924
commit f86c088e97
21 changed files with 222 additions and 219 deletions

View File

@@ -23,7 +23,23 @@
"rustfmt"
"rust-analyzer"
])
llvm_18
libffi
libxml2
ncurses
];
LLVM_SYS_181_PREFIX = toString pkgs.llvm_18.dev;
LD_LIBRARY_PATH = let
libs = with pkgs; [
llvm_18.lib
stdenv.cc.cc.lib
libffi
libxml2
ncurses
];
in
builtins.concatStringsSep ":" (map (lib: "${lib}/lib") libs)
;
};
}
);