mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
nixpkgs-fmt all the things
This commit is contained in:
parent
d8fde74219
commit
5741d9e59e
2 changed files with 3 additions and 2 deletions
2
lib.nix
2
lib.nix
|
@ -63,5 +63,5 @@ in
|
|||
getManyLinuxDeps
|
||||
isCompatible
|
||||
readTOML
|
||||
;
|
||||
;
|
||||
}
|
||||
|
|
|
@ -20,7 +20,8 @@
|
|||
inherit (import ./pep425.nix {
|
||||
inherit lib python;
|
||||
inherit (pkgs) stdenv;
|
||||
}) selectWheel;
|
||||
}) selectWheel
|
||||
;
|
||||
|
||||
fileCandidates = let
|
||||
supportedRegex = ("^.*?(" + builtins.concatStringsSep "|" supportedExtensions + ")");
|
||||
|
|
Loading…
Add table
Reference in a new issue