about summary refs log tree commit diff
path: root/users/fcuny/blog/README.org
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-05-25 17:53:12 -0700
committerFranck Cuny <franck@fcuny.net>2022-05-25 17:53:12 -0700
commitfa4da9546d321b7837469cfd006ee45c57c3ae29 (patch)
treec4d47129fd9515b0fe5377da235f6e4b7eb2fe26 /users/fcuny/blog/README.org
parentref(blog): drop the `enableGitInfo` option (diff)
downloadworld-fa4da9546d321b7837469cfd006ee45c57c3ae29.tar.gz
ref(blog): drop the flake configuration
There's no need to have multiple `flake.nix` in the repository. Make the
blog part of the flake configuration at the root level of the
repository, delete the one in the blog, and update the documentation.
Diffstat (limited to '')
-rw-r--r--users/fcuny/blog/README.org4
1 files changed, 3 insertions, 1 deletions
diff --git a/users/fcuny/blog/README.org b/users/fcuny/blog/README.org
index 1342eeb..5d27121 100644
--- a/users/fcuny/blog/README.org
+++ b/users/fcuny/blog/README.org
@@ -2,7 +2,9 @@
 
 My personal blog.
 
+* Build
+To build the site, run =nix build .#users.fcuny.blog -o users/fcuny/blog/result=.
 * Run
-The dependencies are managed with nix. Running =nix run= will start the hugo server.
+The dependencies are managed with nix. Running =nix run .#users.fcuny.blog.server= will start the hugo server.
 * Deploy
 You can deploy the site by running [[file:scripts/deploy.sh][scripts/deploy.sh]].