This commit is contained in:
Hamcha 2023-11-29 17:29:24 +01:00
parent 91e4b5dee8
commit 8d2788b911
1 changed files with 8 additions and 0 deletions

View File

@ -56,6 +56,14 @@
staxman = project.rootCrate.build;
default = packages.staxman;
};
devShells.default = pkgs.mkShell {
buildInputs = with pkgs; [
rustc
cargo-watch
clang
];
};
};
};
}