style(nix): fmt flake.nix

This commit is contained in:
yavko
2023-02-28 19:06:07 -08:00
parent b1475a1aff
commit 3a44d74cf3

View File

@@ -57,7 +57,10 @@
name = "ironbar"; name = "ironbar";
path = prev.lib.cleanSource ./.; path = prev.lib.cleanSource ./.;
}; };
buildNoDefaultFeatures = if features == [] then false else true; buildNoDefaultFeatures =
if features == []
then false
else true;
buildFeatures = features; buildFeatures = features;
cargoDeps = rustPlatform.importCargoLock {lockFile = ./Cargo.lock;}; cargoDeps = rustPlatform.importCargoLock {lockFile = ./Cargo.lock;};
cargoLock.lockFile = ./Cargo.lock; cargoLock.lockFile = ./Cargo.lock;