Update flake and deps, continue implementing basic structure
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user