i don't rember what changed electri boogallooo

This commit is contained in:
2026-06-02 23:47:56 +02:00
parent cb99ae907f
commit 8ec20cee5b
2 changed files with 0 additions and 27 deletions
@@ -1,26 +0,0 @@
_: {
perSystem = {pkgs, ... }: {
packages.patent = {lib, rustPlatform, fetchFromGitHub, ...}: rustPlatform.buildRustPackage (finalAttrs: {
pname = "patent";
version = "0.1.0";
src = fetchFromGitHub {
owner = "r14dd";
repo = "patent";
rev = "v${finalAttrs.version}";
hash = lib.fakeHash;
};
cargoHash = lib.fakeHash;
meta = with lib; {
description = "Prior-art search for code ideas across open-source registries";
homepage = "https://github.com/r14dd/patent";
license = with licenses; [ mit asl20 ];
maintainers = [ ];
platforms = platforms.all;
mainProgram = "patent";
};
});
};}
-1
View File
@@ -31,7 +31,6 @@
ltex-ls-plus ltex-ls-plus
pylint pylint
black black
self.packages.${pkgs.system}.patent
]; ];
}; };
} }