mqtt-dash/shell.nix

3 lines
80 B
Nix
Raw Normal View History

2019-10-31 17:24:26 +01:00
{ pkgs ? import <nixpkgs> {} }:
pkgs.callPackage ./. { python = pkgs.python3; }