This website works better with JavaScript.
Explore
Help
Sign In
etu
/
watersensor
Watch
1
Star
0
Fork
You've already forked watersensor
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3
Commits
1
Branch
0
Tags
536 KiB
Tree:
77a083ee47
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '77a083ee47'
${ noResults }
watersensor
/
shell.nix
10 lines
100 B
Raw
Normal View
History
Unescape
Escape
Nix shell deps for working with the project
3 years ago
with
(
import
<nixpkgs>
{
}
)
;
mkShell
{
buildInputs
=
[
esptool
picocom
gnumake
]
;
}