Add basic SQLx
This commit is contained in:
parent
886df477a8
commit
c7e3468acc
6 changed files with 1036 additions and 11 deletions
|
|
@ -24,7 +24,7 @@
|
|||
};
|
||||
in {
|
||||
devShell = pkgs.mkShell {
|
||||
nativeBuildInputs = [rust];
|
||||
nativeBuildInputs = [rust pkgs.sqlx-cli];
|
||||
RUST_PATH = "${rust}";
|
||||
RUST_DOC_PATH = "${rust}/share/doc/rust/html/std/index.html";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue