Compare commits
1 Commits
main
...
bfd4745bf2
Author | SHA1 | Date | |
---|---|---|---|
bfd4745bf2
|
@@ -28,7 +28,11 @@
|
||||
{
|
||||
packages.${system} = import ./packages { inherit pkgs; };
|
||||
formatter.${system} = treefmt.config.build.wrapper;
|
||||
checks.${system}.formatting = treefmt.config.build.check inputs.self;
|
||||
|
||||
checks.${system} = with inputs.self; {
|
||||
packages = packages.${system};
|
||||
formatter = treefmt.config.build.check inputs.self;
|
||||
};
|
||||
}
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user