added: dev env
This commit is contained in:
parent
5392199fbb
commit
5042536c2d
@ -64,6 +64,13 @@
|
||||
devShell = pkgs.mkShell rec {
|
||||
RUST_SRC_PATH = "${if inputs ? fenix then "${toolchain pkgs}/lib/rustlib" else pkgs.rustPlatform.rustLibSrc}";
|
||||
RUST_LOG = "debug";
|
||||
|
||||
SSH_CD_SOCKET_ADDRESS="127.0.0.1:6869";
|
||||
SSH_CD_CERT_DIR="certs/";
|
||||
SSH_CD_CA="certs/ca.pub";
|
||||
|
||||
SSH_CD_API="http://${SSH_CD_SOCKET_ADDRESS}";
|
||||
|
||||
nativeBuildInputs = with pkgs; [ (toolchain pkgs) cargo-watch rustfmt nixpkgs-fmt ] ++ packages.default.nativeBuildInputs;
|
||||
inherit (packages.default) buildInputs;
|
||||
shellHook = ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user