aboutsummaryrefslogtreecommitdiff
path: root/nixops/modules/websites/chloe
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-02-21 22:08:57 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-02-21 22:08:57 +0100
commit3c8d7f8706433ce0f995f3bf37fdfd348fb9e173 (patch)
tree7001eb43d827c3fcb323b18999f9527fdbc177dc /nixops/modules/websites/chloe
parent7636abc6bfcdca34d4b90a144365235012275339 (diff)
downloadNix-3c8d7f8706433ce0f995f3bf37fdfd348fb9e173.tar.gz
Nix-3c8d7f8706433ce0f995f3bf37fdfd348fb9e173.tar.zst
Nix-3c8d7f8706433ce0f995f3bf37fdfd348fb9e173.zip
Remove useless relative symlinks
Diffstat (limited to 'nixops/modules/websites/chloe')
-rw-r--r--nixops/modules/websites/chloe/chloe.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixops/modules/websites/chloe/chloe.nix b/nixops/modules/websites/chloe/chloe.nix
index 80e5554..7ad23fe 100644
--- a/nixops/modules/websites/chloe/chloe.nix
+++ b/nixops/modules/websites/chloe/chloe.nix
@@ -114,7 +114,7 @@ let
114 rm -rf IMG local tmp config/remove.txt 114 rm -rf IMG local tmp config/remove.txt
115 ln -sf ${../commons/spip/spip_mes_options.php} config/mes_options.php 115 ln -sf ${../commons/spip/spip_mes_options.php} config/mes_options.php
116 echo "Require all denied" > "config/.htaccess" 116 echo "Require all denied" > "config/.htaccess"
117 ln -sf ../../../../../${varDir}/{IMG,local} . 117 ln -sf ${varDir}/{IMG,local} .
118 ''; 118 '';
119 installPhase = '' 119 installPhase = ''
120 cp -a . $out 120 cp -a . $out