1
0
Fork 0

fix: nix-shell to nix shell

This commit is contained in:
Harald Hoyer 2023-10-26 10:02:42 +02:00
parent 0605bcda06
commit 9bfbbcc342

View file

@ -2,7 +2,7 @@
set -ex
nix-shell -p zola --run 'zola build --force --output-dir /var/www/harald.hoyer.xyz/html'
nix shell nixpkgs#zola -c zola build --force --output-dir /var/www/harald.hoyer.xyz/html
chmod go-w -R /var/www/harald.hoyer.xyz/
#chgrp -R apache /var/www/virt/harryh/html/
#chcon -R -t httpd_sys_content_t /var/www/virt/harryh/html/