lol
This commit is contained in:
commit
7a4241063a
4 changed files with 105 additions and 0 deletions
8
shell.nix
Normal file
8
shell.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
|
||||
pkgs.mkShell {
|
||||
buildInputs = [
|
||||
pkgs.bashInteractive
|
||||
pkgs.esphome
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue