Skip to content

Commit

Permalink
feat: enabled typos and actually exposed nix template
Browse files Browse the repository at this point in the history
  • Loading branch information
huuff committed Sep 22, 2024
1 parent 6912ee2 commit e0776c7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,16 @@
path = ./rust;
description = "Rust tools and rust analyzer";
};

leptos = {
path = ./leptos;
description = "Rust tools, rust analyzer, sass, wasm and leptos tooling";
};

nix = {
path = ./nix;
description = "Nix-only (or mostly) projects with nil, nixfmt and statix";
};
};
}
// utils.lib.eachDefaultSystem (
Expand Down Expand Up @@ -69,6 +75,7 @@
actionlint.enable = true;

markdownlint.enable = true;
typos.enable = true;
};
};

Expand Down

0 comments on commit e0776c7

Please sign in to comment.