mqtt-dash/shell.nix

3 lines
56 B
Nix
Raw Normal View History

2019-10-31 16:24:26 +00:00
{ pkgs ? import <nixpkgs> {} }:
2019-10-31 17:17:06 +00:00
pkgs.callPackage ./. {}