mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 10:30:44 +02:00
i don't rember what changed electri boogallooo
This commit is contained in:
@@ -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";
|
||||
};
|
||||
});
|
||||
};}
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
ltex-ls-plus
|
||||
pylint
|
||||
black
|
||||
self.packages.${pkgs.system}.patent
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user