From 23e200cb0acfa15f931037a59f8105df10293e61 Mon Sep 17 00:00:00 2001 From: 0xee Date: Thu, 31 Oct 2019 18:17:06 +0100 Subject: [PATCH] Require python3 --- default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default.nix b/default.nix index a38b7c5..052acbb 100644 --- a/default.nix +++ b/default.nix @@ -1,5 +1,5 @@ -{ python }: -with python.pkgs; +{ python3 }: +with python3.pkgs; buildPythonApplication rec { name = "mqtt-dash"; src = ./.;