Unverified Commit 40bc2bcb authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

zircolite: refactor

parent 29d96cc4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,11 +18,11 @@ python3.pkgs.buildPythonApplication rec {

  __darwinAllowLocalNetworking = true;

  nativeBuildInputs = [
  build-system = [
    makeWrapper
  ];

  propagatedBuildInputs = with python3.pkgs; [
  dependencies = with python3.pkgs; [
    aiohttp
    colorama
    elastic-transport