style(nix): fmt flake.nix
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user