Compare commits

..

2 Commits

Author SHA1 Message Date
eb8a51ec89 ci(lint): allow clippy::doc-markdown 2026-04-13 19:23:33 -04:00
7d1996306c feat: add proper nix flake 2026-04-13 19:23:33 -04:00

View File

@@ -12,8 +12,10 @@ pkgs.rustPlatform.buildRustPackage {
src = lib.cleanSource ./.;
nativeBuildInputs = with pkgs; [
pkg-config
rust
mold
pkg-config
];
buildInputs = with pkgs; [