This website requires JavaScript.
Explore
Help
Sign In
coolneng
/
homeostasis
Watch
1
Star
0
Fork
You've already forked homeostasis
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1853ecca00
homeostasis
/
shell.nix
6 lines
94 B
Nix
Raw
Normal View
History
Unescape
Escape
Initial commit
2023-02-25 01:16:39 +01:00
{
pkgs
?
import
<nixpkgs>
{
}
}:
with
pkgs
;
Add clang to dependencies
2023-03-15 01:41:23 +01:00
mkShell
{
buildInputs
=
[
platformio
clang
]
;
}