From 408611b21c4a085477acdc41fdc75e94e86a9504 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 10 Apr 2019 09:41:25 -0700 Subject: wip scripts --- house.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 house.py (limited to 'house.py') diff --git a/house.py b/house.py new file mode 100755 index 0000000..a35a33b --- /dev/null +++ b/house.py @@ -0,0 +1,6 @@ +#! /usr/bin/env nix-shell +#! nix-shell -i python3 -p "python36.withPackages(ps: [ps.python3-phue-1.1])" + +from phue import Bridge + +print("ok") -- cgit v1.2.3