use direnv for nix develop
This commit is contained in:
parent
e2c5b7400f
commit
44fc2d7a7e
3 changed files with 3 additions and 1 deletions
1
.envrc
Normal file
1
.envrc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
use flake
|
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…
Add table
Add a link
Reference in a new issue