use direnv for nix develop
This commit is contained in:
parent
e2c5b7400f
commit
44fc2d7a7e
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ target
|
|||||||
result
|
result
|
||||||
mosquitto
|
mosquitto
|
||||||
s140_*_softdevice.hex
|
s140_*_softdevice.hex
|
||||||
|
.direnv/
|
||||||
|
@ -74,7 +74,7 @@
|
|||||||
with fenix.packages.${system};
|
with fenix.packages.${system};
|
||||||
fromToolchainFile {
|
fromToolchainFile {
|
||||||
file = ./rust-toolchain.toml;
|
file = ./rust-toolchain.toml;
|
||||||
sha256 = "sha256-yrQPCdDVYQlF7MSAZP+R4DKigWY3PSTs0Re42v7CDNs=";
|
sha256 = "sha256-LqLkRalgBChXud42w4/im8z6vHjzv3uMOJKRlMqSFLQ=";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
with pkgs;
|
with pkgs;
|
||||||
|
Loading…
Reference in New Issue
Block a user