idk changes

This commit is contained in:
KoenDR06 2026-01-07 16:58:48 +01:00
parent 954bf2d4ba
commit 6848a9d5e0
7 changed files with 25 additions and 19 deletions

View file

@ -52,7 +52,7 @@
];
forAllSystems = nixpkgs.lib.genAttrs systems;
lib = import ./overlays {inherit inputs;};
lib = import ./lib {inherit inputs;};
in {
formatter = forAllSystems (system: nixpkgs.legacyPackages.${system}.alejandra);