mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-31 04:27:45 +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; };
|
fenixPlatform = nixpkgs.makeRustPlatform { inherit (fenix.latest) cargo rustc; };
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
checks = { defaultPackage = inputs.self.defaultPackage.${system}; };
|
checks.defaultPackage = inputs.self.defaultPackage.${system};
|
||||||
defaultApp = {
|
defaultApp = {
|
||||||
type = "app";
|
type = "app";
|
||||||
program = "${inputs.self.defaultPackage.${system}}/bin/alejandra";
|
program = "${inputs.self.defaultPackage.${system}}/bin/alejandra";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue