mqtt-dash/shell.nix
2019-10-31 17:37:41 +01:00

3 lines
80 B
Nix

{ pkgs ? import <nixpkgs> {} }:
pkgs.callPackage ./. { python = pkgs.python3; }