From 3a44d74cf3bcadd147309438bde061120afb713e Mon Sep 17 00:00:00 2001 From: yavko Date: Tue, 28 Feb 2023 19:06:07 -0800 Subject: [PATCH] style(nix): fmt flake.nix --- flake.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 3e7488a..b9d4336 100644 --- a/flake.nix +++ b/flake.nix @@ -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;