tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
owncloud: Don't build during evaluation
Issue #29774
Tuomas Tynkkynen
8 years ago
cb008da1
9fc1bf7d
+1
-1
1 changed file
expand all
collapse all
unified
split
nixos
modules
services
web-servers
apache-httpd
owncloud.nix
+1
-1
nixos/modules/services/web-servers/apache-httpd/owncloud.nix
···
377
377
''}
378
378
379
379
<Directory ${config.package}>
380
380
-
${builtins.readFile "${config.package}/.htaccess"}
380
380
+
Include ${config.package}/.htaccess
381
381
</Directory>
382
382
'';
383
383