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:
parent
b1475a1aff
commit
3a44d74cf3
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue