mqtt-dash/shell.nix

3 lines
80 B
Nix

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