mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-30 12:07:46 +00:00
refactor: simplify flake
This commit is contained in:
parent
927a4ed6db
commit
c5856f7625
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
fenixPlatform = nixpkgs.makeRustPlatform { inherit (fenix.latest) cargo rustc; };
|
||||
in
|
||||
{
|
||||
checks = { defaultPackage = inputs.self.defaultPackage.${system}; };
|
||||
checks.defaultPackage = inputs.self.defaultPackage.${system};
|
||||
defaultApp = {
|
||||
type = "app";
|
||||
program = "${inputs.self.defaultPackage.${system}}/bin/alejandra";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue