Compare commits
1 Commits
b561c71bf2
...
f75eee6b8a
Author | SHA1 | Date | |
---|---|---|---|
f75eee6b8a |
@ -1,5 +1,5 @@
|
|||||||
{ pkgs ? (import <nixpkgs> {}) }:
|
{ python }:
|
||||||
with pkgs.python3Packages;
|
with python.pkgs;
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
name = "mqtt-dash";
|
name = "mqtt-dash";
|
||||||
src = ./.;
|
src = ./.;
|
||||||
|
@ -5,8 +5,5 @@
|
|||||||
let
|
let
|
||||||
pkgs = import <nixpkgs> { inherit system; };
|
pkgs = import <nixpkgs> { inherit system; };
|
||||||
in
|
in
|
||||||
pkgs.releaseTools.nixBuild {
|
pkgs.callPackage ./. { python = pkgs.python3; };
|
||||||
name = "mqtt-dash";
|
|
||||||
src = <mqtt-dash-src>;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user