update flake

This commit is contained in:
Denis Lehmann 2021-08-23 19:38:46 +02:00
parent 9ed458beb4
commit 4b8bdbce74

View file

@ -18,8 +18,8 @@
name = "socialize";
src = self;
installPhase = ''
install -m 444 -D index.html $out/index.html
install -m 444 -D favicon.png $out/favicon.png
install -m 444 -D index.html $out/var/www/index.html
install -m 444 -D favicon.png $out/var/www/favicon.png
'';
};
defaultPackage = self.packages.${system}.socialize;