Update flake and deps, continue implementing basic structure

This commit is contained in:
2026-01-16 11:16:56 +09:00
parent 7cf082535e
commit 0b9a7debd3
12 changed files with 2844 additions and 93 deletions
+6 -2
View File
@@ -33,9 +33,13 @@
in {
devShells = forAllSystems (system: pkgs: toolchain: {
default = pkgs.mkShell {
nativeBuildInputs = [
nativeBuildInputs = with pkgs; [
toolchain
pkgs.gitoxide
cargo-edit
gitoxide
pkg-config
openssl
];
RUST_SRC_PATH = "${toolchain}/lib/rustlib/src/rust/library";