1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-04-19 19:34:24 +02:00

style(nix): fmt flake.nix

This commit is contained in:
yavko 2023-02-28 19:06:07 -08:00
parent b1475a1aff
commit 3a44d74cf3
No known key found for this signature in database
GPG key ID: F07D19A32407F857

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;