mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-26 12:41:21 +02:00
packages: use all-the-package-names from nixpkgs
Now upstreamed.
This commit is contained in:
parent
4a71230179
commit
5101375e1e
@ -90,6 +90,7 @@
|
||||
rclip
|
||||
exiftool
|
||||
xsubfind3r
|
||||
all-the-package-names
|
||||
];
|
||||
};
|
||||
|
||||
|
@ -1,27 +0,0 @@
|
||||
{
|
||||
lib,
|
||||
buildNpmPackage,
|
||||
fetchFromGitHub,
|
||||
}:
|
||||
|
||||
buildNpmPackage rec {
|
||||
pname = "all-the-package-names";
|
||||
version = "2.0.1794";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "nice-registry";
|
||||
repo = "all-the-package-names";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-B91XRiyZ/cheUM02BQi/cSesf6dFOHwV21m+HQNkTbo=";
|
||||
};
|
||||
|
||||
npmDepsHash = "sha256-32Vp6oVI5pHcuCvImRtJvE6/4A/xNlEQM/vkqgTtyRk=";
|
||||
|
||||
meta = {
|
||||
description = "List of all the public package names on npm";
|
||||
homepage = "https://github.com/nice-registry/all-the-package-names";
|
||||
license = lib.licenses.mit;
|
||||
mainProgram = "all-the-package-names";
|
||||
maintainers = with lib.maintainers; [ donovanglover ];
|
||||
};
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user