Add scripts for linting and styling with all dependencies managed by Nix (#1501)
* Integrate the style and lint dependencies with Nix * Add documentation on the nix styling scripts.
This commit is contained in:
@@ -72,4 +72,10 @@ rec {
|
||||
inherit postgresqlVersions;
|
||||
postgrestBuildEnv = env;
|
||||
};
|
||||
|
||||
style =
|
||||
pkgs.callPackage nix/style.nix {};
|
||||
|
||||
lint =
|
||||
pkgs.callPackage nix/lint.nix {};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user