mirror of
https://github.com/NixOS/nix.git
synced 2025-12-14 04:51:05 +01:00
flake: Apply nixfmt 1.0.0
This commit is contained in:
parent
aec0f0d3f9
commit
7518fdc1f8
16 changed files with 215 additions and 219 deletions
|
|
@ -53,7 +53,8 @@ mkMesonLibrary (finalAttrs: {
|
|||
|
||||
buildInputs = [
|
||||
({ inherit editline readline; }.${readlineFlavor})
|
||||
] ++ lib.optional enableMarkdown lowdown;
|
||||
]
|
||||
++ lib.optional enableMarkdown lowdown;
|
||||
|
||||
propagatedBuildInputs = [
|
||||
nix-util
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue