From bac1316eda6f2c028ffeaf2d9d87541cd7d3f2b5 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sun, 15 Nov 2020 04:26:17 +0800 Subject: [PATCH] UPDATE: Moving into NixOS Added also an errata. --- content/posts/moving-into-nixos/index.adoc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/content/posts/moving-into-nixos/index.adoc b/content/posts/moving-into-nixos/index.adoc index 14284f8..babee53 100644 --- a/content/posts/moving-into-nixos/index.adoc +++ b/content/posts/moving-into-nixos/index.adoc @@ -106,7 +106,7 @@ sudo git clone $MY_NIXOS_CONFIG_URL /etc/dotfiles PREFIX=/mnt USER=foo-dogsquared HOST=zilch make -C /etc/dotfiles install ---- -Even better, I can set the above snippet as a https://nix.dev/tutorials/ad-hoc-developer-environments.html#reproducible-executables[reproducible executable] by just setting the shebang as follows. +Even better, I can set the above snippet as a https://nix.dev/tutorials/ad-hoc-developer-environments.html#reproducible-executables[reproducible executable] by just setting the shebang and removing the `nix-env` line. [source, bash] ---- @@ -178,6 +178,13 @@ Still, we'll see how this turns out in the next year or so if it still holds up. +== Errata + +* [2020-11-15] Updated the reproducible executable instructions. + + + + [appendix] == An opinionated guide on how to learn Nix