chore(CI): Run lint and format on PR (#19)

This commit is contained in:
Dashie 2025-09-07 14:51:52 +02:00 committed by GitHub
parent 3eef78654a
commit 0fa45657f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 47 additions and 24 deletions

View file

@ -42,7 +42,7 @@
oxipaste.url = "github:Xetibo/OxiPaste";
oxirun.url = "github:Xetibo/OxiRun";
dashvim.url = "github:Xetibo/DashVim";
# For now until merged into Xetibo
hyprdock.url = "github:Xetibo/hyprdock";
reset.url = "github:Xetibo/ReSet";
reset-plugins.url = "github:Xetibo/ReSet-Plugins";
@ -106,7 +106,7 @@
inherit (inputs.unstable) lib;
inherit (dashNixLib) buildSystems;
};
lint = unstable.statix;
lint = inputs.statix.packages.${currentSystem}.default;
format = unstable.alejandra;
dashNixInputs = inputs;
stablePkgs = stable;