mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-01 10:41:03 +02:00
style(nix): fmt flake.nix
This commit is contained in:
parent
b1475a1aff
commit
3a44d74cf3
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue