docs: Update all nixery.appspot.com references to nixery.dev
Shiny, new domain is much better and eliminates the TLS redirect issue because there is a HSTS preload for the entire .dev TLD (which, by the way, is awesome!)
This commit is contained in:
parent
1f885e43b6
commit
da5df525c8
3 changed files with 9 additions and 9 deletions
|
|
@ -48,8 +48,8 @@ rec {
|
|||
'';
|
||||
|
||||
# Static files to serve on the Nixery index. This is used primarily
|
||||
# for the demo instance running at nixery.appspot.com and provides
|
||||
# some background information for what Nixery is.
|
||||
# for the demo instance running at nixery.dev and provides some
|
||||
# background information for what Nixery is.
|
||||
nixery-static = runCommand "nixery-static" {} ''
|
||||
mkdir $out
|
||||
cp ${./static}/* $out
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue