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
Python
87.8%
Nix
7%
Makefile
5.2%
Tree:
77a083ee47
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '77a083ee47'
${ noResults }
watersensor
/
shell.nix
9 lines
100 B
Raw
Blame
History
with
(
import
<nixpkgs>
{
}
)
;
mkShell
{
buildInputs
=
[
esptool
picocom
gnumake
]
;
}
Reference in new issue
Copy Permalink