diff options
author | EuAndreh <eu@euandre.org> | 2019-06-02 18:15:49 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-06-02 18:15:49 -0300 |
commit | 71a682e2d45037c387047a01df0965e6d2f6e484 (patch) | |
tree | 839ebf2dbafe258555885c9daeba653a8b053b69 | |
parent | Typo: s/and/are/ (diff) | |
download | euandre.org-71a682e2d45037c387047a01df0965e6d2f6e484.tar.gz euandre.org-71a682e2d45037c387047a01df0965e6d2f6e484.tar.xz |
Style: declaratively list -> declaratively specify
Diffstat (limited to '')
-rw-r--r-- | site/posts/2019-06-02-stateless-os.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/posts/2019-06-02-stateless-os.org b/site/posts/2019-06-02-stateless-os.org index e5c9c97..9ea5434 100644 --- a/site/posts/2019-06-02-stateless-os.org +++ b/site/posts/2019-06-02-stateless-os.org @@ -28,7 +28,7 @@ I wonder what some areas of improvements are on this topic, and if investing on *** Emacs Right now I'm using the [[http://spacemacs.org/][Spacemacs]], which is a community package curation and configuration on top of [[https://www.gnu.org/software/emacs/][Emacs]]. -Spacemacs does support the notion of [[http://spacemacs.org/doc/LAYERS.html][layers]], which you can declaratively list and let Spacemacs do the rest. +Spacemacs does support the notion of [[http://spacemacs.org/doc/LAYERS.html][layers]], which you can declaratively specify and let Spacemacs do the rest. However this solution isn't nearly as robust as Nix: being purely functional, Nix does describe everything required to build a derivation, and knows how to do so. Spacemacs it closer to more traditional package managers: even though the layers list is declarative, the installation is still very much imperative. I've had trouble with Spacemacs not behaving the same on different computers, both with identical configurations, only brought to converge back again after a =git clean -fdx= inside =~/.emacs.d/=. |