From 5741d9e59eb7ba5c500d3672d60bfbd7c58f8d5c Mon Sep 17 00:00:00 2001 From: Andreas Rammhold Date: Mon, 16 Dec 2019 14:51:45 +0100 Subject: [PATCH] nixpkgs-fmt all the things --- lib.nix | 2 +- mk-poetry-dep.nix | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lib.nix b/lib.nix index cdd1c1b..3ff47b5 100644 --- a/lib.nix +++ b/lib.nix @@ -63,5 +63,5 @@ in getManyLinuxDeps isCompatible readTOML - ; + ; } diff --git a/mk-poetry-dep.nix b/mk-poetry-dep.nix index d6c4494..61c21a7 100644 --- a/mk-poetry-dep.nix +++ b/mk-poetry-dep.nix @@ -20,7 +20,8 @@ inherit (import ./pep425.nix { inherit lib python; inherit (pkgs) stdenv; - }) selectWheel; + }) selectWheel + ; fileCandidates = let supportedRegex = ("^.*?(" + builtins.concatStringsSep "|" supportedExtensions + ")");