1
0
Fork 1
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:
Thomas Tuegel 2015-12-27 11:05:53 -06:00
parent 688c005608
commit 00aac09d24

View file

@ -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: