mirror of
https://github.com/NixOS/nix.git
synced 2025-12-18 15:01:08 +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
|
|
@ -52,7 +52,8 @@ mkMesonLibrary (finalAttrs: {
|
|||
libblake3
|
||||
libsodium
|
||||
openssl
|
||||
] ++ lib.optional stdenv.hostPlatform.isx86_64 libcpuid;
|
||||
]
|
||||
++ lib.optional stdenv.hostPlatform.isx86_64 libcpuid;
|
||||
|
||||
propagatedBuildInputs = [
|
||||
boost
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue