aboutsummaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-02-17 13:45:37 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-02-17 13:45:37 +0100
commit7636abc6bfcdca34d4b90a144365235012275339 (patch)
tree82d753ceea1f753d1bffe89901f966eb2cd1cdbb /default.nix
parentfe6f1528cd4df919fbd65005b9499be2da87ff0a (diff)
downloadNix-7636abc6bfcdca34d4b90a144365235012275339.tar.gz
Nix-7636abc6bfcdca34d4b90a144365235012275339.tar.zst
Nix-7636abc6bfcdca34d4b90a144365235012275339.zip
Use more up to date version of yarn2nix
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix2
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
315in 316in
@@ -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 })