Skip to content

Commit

Permalink
Add flake checks
Browse files Browse the repository at this point in the history
  • Loading branch information
queezle42 committed Sep 5, 2024
1 parent b7e2cbd commit 08c6cb9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@
}
);

checks = forAllSystems (system:
{
build = self.packages.${system}.default;
stylua = self.packages.${system}.stylua;
}
);

devShell = forAllSystems (system:
let
pkgs = nixpkgs.legacyPackages.${system};
Expand Down

0 comments on commit 08c6cb9

Please sign in to comment.