WIP: Create command structure

This commit is contained in:
2024-04-20 04:17:16 +02:00
parent 094970fb75
commit 77f7085d2b
6 changed files with 2034 additions and 2 deletions

View File

@@ -28,6 +28,8 @@
(toolchain.withComponents [
"cargo" "rustc" "rustfmt" "clippy"
])
pkgs.openssl
pkgs.pkg-config
];
RUST_SRC_PATH = "${toolchain.rust-src}/lib/rustlib/src/rust/";
});