smartpoempl/shell.nix
2022-01-15 02:25:47 +01:00

8 lines
115 B
Nix

{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = [
pkgs.bashInteractive
pkgs.esphome
];
}