From 981b8ad067c022103ce387222bff6de58c8bef4d Mon Sep 17 00:00:00 2001 From: Jade Lovelace Date: Thu, 30 Mar 2023 19:20:53 -0700 Subject: [PATCH] oopsies --- content/posts/nix-evaluation-blocking.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/posts/nix-evaluation-blocking.md b/content/posts/nix-evaluation-blocking.md index de4301e..bcca672 100644 --- a/content/posts/nix-evaluation-blocking.md +++ b/content/posts/nix-evaluation-blocking.md @@ -289,7 +289,7 @@ This kind of trick is also used by maintainer scripts to extract metadata from overlays that nixpkgs Haskell uses for compiler-specific overrides. However, nixpkgs has something nicer for overriding versions of Hackage -libraries, which the published version of the overlay imitates instead: +libraries, which the published version of `some-cabal-hashes` imitates instead: `haskell.lib.packageSourceOverrides`. It constructs an overlay that overrides package versions with a nice clean input of what's required. @@ -319,4 +319,4 @@ At extraction time, the extra directory name can be removed with the desired directory. The source code for `some-cabal-hashes` is available here: -https://github.com/lf-/nix-lib/blob/main/lib/some-cabal-hashes.nix +