fix(checks): formating
This commit is contained in:
parent
730a4b80b5
commit
67b04a636c
3 changed files with 4 additions and 22 deletions
|
@ -27,6 +27,10 @@
|
|||
in
|
||||
import ./devshell.nix { inherit pkgs extraModules; };
|
||||
|
||||
checks = {
|
||||
formatting = treefmtEval.config.build.check self;
|
||||
};
|
||||
|
||||
formatter = treefmtEval.config.build.wrapper;
|
||||
|
||||
packages = import ./pkgs { inherit pkgs; } // {
|
||||
|
@ -35,7 +39,6 @@
|
|||
}
|
||||
))
|
||||
// {
|
||||
checks = import ./checks.nix inputs;
|
||||
hmModules = import ./home/modules.nix { lib = nixpkgs.lib; };
|
||||
hmConfigurations = {
|
||||
dadada = import ./home;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue