mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
lib: Minor nixpkgs-fmt
This commit is contained in:
parent
a7a882f88f
commit
b16cfe598b
1 changed files with 1 additions and 1 deletions
2
lib.nix
2
lib.nix
|
@ -90,7 +90,7 @@ let
|
|||
{ pythonPackages
|
||||
, pyProject
|
||||
}:
|
||||
let
|
||||
let
|
||||
buildSystem = lib.attrByPath [ "build-system" "build-backend" ] "" pyProject;
|
||||
drvAttr = builtins.elemAt (builtins.split "\\.|:" buildSystem) 0;
|
||||
in
|
||||
|
|
Loading…
Add table
Reference in a new issue