mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-12-16 14:01:10 +01:00
flake: add formatter
This commit is contained in:
parent
08cfd65b67
commit
b5d055df01
1 changed files with 4 additions and 1 deletions
|
|
@ -45,5 +45,8 @@
|
||||||
default = app;
|
default = app;
|
||||||
nix-on-droid = app;
|
nix-on-droid = app;
|
||||||
};
|
};
|
||||||
};
|
}
|
||||||
|
// flake-utils.lib.eachDefaultSystem (system: {
|
||||||
|
formatter = nixpkgs.legacyPackages.${system}.nixpkgs-fmt;
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue