mirror of
https://github.com/NixOS/nix.git
synced 2025-11-15 06:52:43 +01:00
flake: Apply nixfmt 1.0.0
This commit is contained in:
parent
fc33681583
commit
1d943f5819
19 changed files with 243 additions and 248 deletions
|
|
@ -43,15 +43,14 @@ mkMesonExecutable (finalAttrs: {
|
|||
];
|
||||
|
||||
# Hack for sake of the dev shell
|
||||
passthru.externalBuildInputs =
|
||||
[
|
||||
sqlite
|
||||
rapidcheck
|
||||
gtest
|
||||
]
|
||||
++ lib.optionals withBenchmarks [
|
||||
gbenchmark
|
||||
];
|
||||
passthru.externalBuildInputs = [
|
||||
sqlite
|
||||
rapidcheck
|
||||
gtest
|
||||
]
|
||||
++ lib.optionals withBenchmarks [
|
||||
gbenchmark
|
||||
];
|
||||
|
||||
buildInputs = finalAttrs.passthru.externalBuildInputs ++ [
|
||||
nix-store
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue