From 65778dde3f8b56c8d62270fa22c3c4b6bb81d0c9 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Tue, 11 Feb 2020 00:14:29 +0000 Subject: [PATCH] add edit note to thoughts on nix --- blog/thoughts-on-nix-2020-01-28.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/blog/thoughts-on-nix-2020-01-28.markdown b/blog/thoughts-on-nix-2020-01-28.markdown index 164e8af..7acdd91 100644 --- a/blog/thoughts-on-nix-2020-01-28.markdown +++ b/blog/thoughts-on-nix-2020-01-28.markdown @@ -9,6 +9,10 @@ tags: # Thoughts on Nix +EDIT(M02 20 2020): I've written a bit of a rebuttal to my own post +[here](https://christine.website/blog/i-was-wrong-about-nix-2020-02-10). I am +keeping this post up for posterity. + I don't really know how I feel about [Nix][nix]. It's a functional package manager that's designed to help with dependency hell. It also lets you define packages using [Nix][nixlang], which is an identically named yet separate thing.