update flake
This commit is contained in:
parent
9ed458beb4
commit
4b8bdbce74
1 changed files with 2 additions and 2 deletions
|
|
@ -18,8 +18,8 @@
|
||||||
name = "socialize";
|
name = "socialize";
|
||||||
src = self;
|
src = self;
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
install -m 444 -D index.html $out/index.html
|
install -m 444 -D index.html $out/var/www/index.html
|
||||||
install -m 444 -D favicon.png $out/favicon.png
|
install -m 444 -D favicon.png $out/var/www/favicon.png
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
defaultPackage = self.packages.${system}.socialize;
|
defaultPackage = self.packages.${system}.socialize;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue