Skip to content

Commit

Permalink
This branch is so dirty, even your mom can't clean it.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicball committed Jan 20, 2024
1 parent 4147cf7 commit c269914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/piqueserver/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ fetchFromGitHub, python39Packages }:
{ lib, fetchFromGitHub, python39Packages }:

with python39Packages;

Expand Down Expand Up @@ -31,5 +31,5 @@ buildPythonPackage rec {
cython jinja2 toml pillow aiohttp packaging twisted pyenet
] ++ twisted.optional-dependencies.tls;
doCheck = false;
meta.platforms = lib.platforms.x64;
meta.platforms = lib.platforms.x86;
}

0 comments on commit c269914

Please sign in to comment.