diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-02-16 12:20:35 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-02-16 12:20:35 +0100 |
commit | 3736442eb52ac9ca25c5a788828acb3f5461eb70 (patch) | |
tree | a2a37388683c3dcea64de4bc6e49a3ccfabde636 /nixops/modules | |
parent | 7c059af8158354397885b720395b40976d9e351d (diff) | |
download | Nix-3736442eb52ac9ca25c5a788828acb3f5461eb70.tar.gz Nix-3736442eb52ac9ca25c5a788828acb3f5461eb70.tar.zst Nix-3736442eb52ac9ca25c5a788828acb3f5461eb70.zip |
Add explicit build dependency for yarn
Diffstat (limited to 'nixops/modules')
-rw-r--r-- | nixops/modules/websites/aten/aten.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixops/modules/websites/aten/aten.nix b/nixops/modules/websites/aten/aten.nix index 715f689..1910a67 100644 --- a/nixops/modules/websites/aten/aten.nix +++ b/nixops/modules/websites/aten/aten.nix | |||
@@ -127,7 +127,7 @@ let | |||
127 | rm -rf var/{log,cache} | 127 | rm -rf var/{log,cache} |
128 | ln -sf ../../../../../../../${varDir}/{log,cache} var/ | 128 | ln -sf ../../../../../../../${varDir}/{log,cache} var/ |
129 | ''; | 129 | ''; |
130 | buildInputs = [ yarn2nix.yarn ]; | 130 | buildInputs = [ yarnModules yarn2nix yarn2nix.yarn ]; |
131 | }); | 131 | }); |
132 | webRoot = "${webappDir}/public"; | 132 | webRoot = "${webappDir}/public"; |
133 | }; | 133 | }; |