Compare commits

..

2 Commits

Author SHA1 Message Date
a14a91ffb0 ci(lint): allow clippy::doc-markdown 2026-04-13 19:14:20 -04:00
a614bb02f6 feat: add proper nix flake 2026-04-13 19:14:20 -04:00

View File

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