Compare commits
1 Commits
23e200cb0a
...
8b38a8d944
Author | SHA1 | Date |
---|---|---|
0xee | 8b38a8d944 |
|
@ -1,5 +1,5 @@
|
|||
{ python }:
|
||||
with python.pkgs;
|
||||
{ python3 }:
|
||||
with python3.pkgs;
|
||||
buildPythonApplication rec {
|
||||
name = "mqtt-dash";
|
||||
src = ./.;
|
||||
|
|
|
@ -5,5 +5,5 @@
|
|||
let
|
||||
pkgs = import <nixpkgs> { inherit system; };
|
||||
in
|
||||
pkgs.callPackage ./. { python = pkgs.python3; };
|
||||
pkgs.callPackage ./. {};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue