chore: reformat Nix files with `alejandra`

This commit is contained in:
Harsh Shandilya 2023-02-22 18:25:01 +00:00
parent 57fca25451
commit 31a0959c82
1 changed files with 4 additions and 3 deletions

View File

@ -73,9 +73,10 @@
// {
pname = "workspace-deps";
});
fmt = craneLib.cargoFmt (commonArgs // {
inherit cargoArtifacts;
});
fmt = craneLib.cargoFmt (commonArgs
// {
inherit cargoArtifacts;
});
hcctl-clippy = craneLib.cargoClippy (commonArgs
// {
pname = "hcctl";