1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-30 12:07:46 +00:00

refactor: simplify flake

This commit is contained in:
Kevin Amado 2022-02-06 19:35:25 -05:00
parent 927a4ed6db
commit c5856f7625
No known key found for this signature in database
GPG key ID: FFF341057F503148

View file

@ -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";