Compare commits

..

2 Commits

Author SHA1 Message Date
ErrorNoInternet eb8a51ec89 ci(lint): allow clippy::doc-markdown 2026-04-13 19:23:33 -04:00
ErrorNoInternet 7d1996306c feat: add proper nix flake 2026-04-13 19:23:33 -04:00
+3 -1
View File
@@ -12,8 +12,10 @@ pkgs.rustPlatform.buildRustPackage {
src = lib.cleanSource ./.;
nativeBuildInputs = with pkgs; [
pkg-config
rust
mold
pkg-config
];
buildInputs = with pkgs; [