aboutsummaryrefslogtreecommitdiff
path: root/_articles/2020-10-05-swift2nix-run-swift-inside-nix-builds.md
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-10-20 06:48:26 -0300
committerEuAndreh <eu@euandre.org>2020-10-20 06:48:26 -0300
commit7a35aa1128c85c94ca722ab5a1fea63adb53862a (patch)
tree0875e0d502dd30b191fc0af2d13a4a959e9635a1 /_articles/2020-10-05-swift2nix-run-swift-inside-nix-builds.md
parentArticle on interview: add link to archived version of cargo culting text. (diff)
downloadeuandre.org-7a35aa1128c85c94ca722ab5a1fea63adb53862a.tar.gz
euandre.org-7a35aa1128c85c94ca722ab5a1fea63adb53862a.tar.xz
swift2nix article: typo by reader
Diffstat (limited to '_articles/2020-10-05-swift2nix-run-swift-inside-nix-builds.md')
-rw-r--r--_articles/2020-10-05-swift2nix-run-swift-inside-nix-builds.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/_articles/2020-10-05-swift2nix-run-swift-inside-nix-builds.md b/_articles/2020-10-05-swift2nix-run-swift-inside-nix-builds.md
index dad4334..7b7570f 100644
--- a/_articles/2020-10-05-swift2nix-run-swift-inside-nix-builds.md
+++ b/_articles/2020-10-05-swift2nix-run-swift-inside-nix-builds.md
@@ -76,7 +76,7 @@ Package managers want to do too much, or assume too much, or just want to take
control of the entire build of the dependencies.
This is a recurrent problem in package managers, but I don't see it as an
-inherit one. There's nothing about a "package manager" that prevents it from
+instrinsic one. There's nothing about a "package manager" that prevents it from
*declaring* what it expects to encounter and in which format. The *declaring*
part is important: it should be data, not code, otherwise you're back in the
same problem, just like lockfiles are just data. Those work in any language, and