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