style(nix): fmt flake.nix

This commit is contained in:
yavko
2023-02-28 19:08:43 -08:00
parent b1475a1aff
commit 3a44d74cf3
+4 -1
View File
@@ -57,7 +57,10 @@
name = "ironbar";
path = prev.lib.cleanSource ./.;
};
buildNoDefaultFeatures = if features == [] then false else true;
buildNoDefaultFeatures =
if features == []
then false
else true;
buildFeatures = features;
cargoDeps = rustPlatform.importCargoLock {lockFile = ./Cargo.lock;};
cargoLock.lockFile = ./Cargo.lock;