mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-16 17:13:21 +00:00
melpaPackages: actually build latest packages
This commit is contained in:
parent
688c005608
commit
00aac09d24
|
@ -18,7 +18,7 @@ let
|
|||
|
||||
inherit (lib) makeScope mapAttrs;
|
||||
|
||||
json = builtins.readFile ./melpa-stable-packages.json;
|
||||
json = builtins.readFile ./melpa-packages.json;
|
||||
manifest = builtins.fromJSON json;
|
||||
|
||||
mkPackage = self: name: recipe:
|
||||
|
|
Loading…
Reference in a new issue