From 7b9f7b9b5947445cabb41b377c4d41c9624ba845 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Fri, 6 Jun 2025 23:48:32 +0300 Subject: [PATCH] blog(nix-iceberg): fix html failure --- site/blog/2024-04-15-nix-iceberg.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/blog/2024-04-15-nix-iceberg.md b/site/blog/2024-04-15-nix-iceberg.md index ecbb72a..b02bb18 100644 --- a/site/blog/2024-04-15-nix-iceberg.md +++ b/site/blog/2024-04-15-nix-iceberg.md @@ -981,7 +981,7 @@ Therefore, function identity really **is** load bearing on importing nixpkgs. ## `import ` -This looks like we are importing , and getting the `fetchurl.nix` file in +This looks like we are importing ``, and getting the `fetchurl.nix` file in it. Let's see if that is true: