style(nix): fmt flake.nix

This commit is contained in:
yavko
2023-02-07 22:32:21 -08:00
parent 9984b638b5
commit b2749fee92

View File

@@ -49,7 +49,8 @@
rustc = rust;
};
in {
ironbar = features: rustPlatform.buildRustPackage {
ironbar = features:
rustPlatform.buildRustPackage {
pname = "ironbar";
version = self.rev or "dirty";
src = builtins.path {