mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
reformat
This commit is contained in:
parent
62fc282c1d
commit
7a9d5dbe97
1 changed files with 2 additions and 2 deletions
|
@ -1400,7 +1400,7 @@ self: super:
|
|||
|
||||
watchdog = super.watchdog.overrideAttrs (
|
||||
old: {
|
||||
buildInputs = old.buildInputs or []
|
||||
buildInputs = old.buildInputs or [ ]
|
||||
++ pkgs.lib.optional pkgs.stdenv.isDarwin pkgs.darwin.apple_sdk.frameworks.CoreServices;
|
||||
}
|
||||
);
|
||||
|
@ -1430,5 +1430,5 @@ self: super:
|
|||
}
|
||||
);
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue