diff options
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix index 5e8c4d3..d003e90 100644 --- a/default.nix +++ b/default.nix | |||
@@ -310,6 +310,7 @@ let | |||
310 | (with perlPackages; [ TimeDate FileWhich TextIconv ]); | 310 | (with perlPackages; [ TimeDate FileWhich TextIconv ]); |
311 | }; | 311 | }; |
312 | 312 | ||
313 | mypkgs.yarn2nix = yarn2nixPackage.yarn2nix; | ||
313 | # https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/setup.sh | 314 | # https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/setup.sh |
314 | # https://github.com/NixOS/nixpkgs/blob/master/doc/languages-frameworks | 315 | # https://github.com/NixOS/nixpkgs/blob/master/doc/languages-frameworks |
315 | in | 316 | in |
@@ -372,6 +373,5 @@ in | |||
372 | inherit notmuch; | 373 | inherit notmuch; |
373 | stgit = gitAndTools.stgit; | 374 | stgit = gitAndTools.stgit; |
374 | inherit bundix; | 375 | inherit bundix; |
375 | inherit yarn2nix; | ||
376 | bower2nix = nodePackages.bower2nix; | 376 | bower2nix = nodePackages.bower2nix; |
377 | }) | 377 | }) |