]> git.immae.eu Git - perso/Immae/Config/Nix.git/commitdiff
Add explicit build dependency for yarn
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Sat, 16 Feb 2019 11:20:35 +0000 (12:20 +0100)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Sat, 16 Feb 2019 11:20:35 +0000 (12:20 +0100)
nixops/modules/websites/aten/aten.nix

index 715f68967e16a2fe31ae1d19e2bdbdf71cc07bed..1910a67a7afbe7739b67c6f4338e67fe3d8e09b7 100644 (file)
@@ -127,7 +127,7 @@ let
           rm -rf var/{log,cache}
           ln -sf ../../../../../../../${varDir}/{log,cache} var/
           '';
-        buildInputs = [ yarn2nix.yarn ];
+        buildInputs = [ yarnModules yarn2nix yarn2nix.yarn ];
       });
     webRoot = "${webappDir}/public";
   };