nixpkgs-fmt all the things

This commit is contained in:
Andreas Rammhold 2019-12-16 14:51:45 +01:00
parent d8fde74219
commit 5741d9e59e
No known key found for this signature in database
GPG key ID: E432E410B5E48C86
2 changed files with 3 additions and 2 deletions

View file

@ -63,5 +63,5 @@ in
getManyLinuxDeps
isCompatible
readTOML
;
;
}

View file

@ -20,7 +20,8 @@
inherit (import ./pep425.nix {
inherit lib python;
inherit (pkgs) stdenv;
}) selectWheel;
}) selectWheel
;
fileCandidates = let
supportedRegex = ("^.*?(" + builtins.concatStringsSep "|" supportedExtensions + ")");