From 0fb4e22ae71f5149c155f55448126970a062c785 Mon Sep 17 00:00:00 2001 From: Luca Date: Thu, 19 Feb 2026 16:24:39 +0100 Subject: [PATCH] typo --- content/post/CUDA-on-nixos-without-sacrificing-ones-sanity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/post/CUDA-on-nixos-without-sacrificing-ones-sanity.md b/content/post/CUDA-on-nixos-without-sacrificing-ones-sanity.md index f624bc07..fd5a9e70 100644 --- a/content/post/CUDA-on-nixos-without-sacrificing-ones-sanity.md +++ b/content/post/CUDA-on-nixos-without-sacrificing-ones-sanity.md @@ -136,7 +136,7 @@ Once the env gets created, use `micromamba activate my-environment` to hop right # Conclusion -Although this is not the Nix way of doing things, with micromamba being imeperative, this is probably the quickest +Although this is not the Nix way of doing things, with micromamba being imperative, this is probably the quickest and most hassle free experience to start ML stuff on NixOS. I've seen quite a lot of friends giving up on NixOS because of how annoying closed source libraries like CUDA can be. Share this article around if you found this hacky approach to have improved your developer experience. I'm banking on open source alternatives to pick up steam