From 32c7eb99a90e21e546ab80f1e8642fb46d1c0069 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Fri, 11 Oct 2024 11:03:49 -0400 Subject: [PATCH] Typo --- en/nixify-haskell-parts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/nixify-haskell-parts.md b/en/nixify-haskell-parts.md index a85e1b58..634ee1c7 100644 --- a/en/nixify-haskell-parts.md +++ b/en/nixify-haskell-parts.md @@ -9,7 +9,7 @@ short-title: 2. Using flake-parts Things to highlight: -- [[flake-parts]] can be used as lightweight as `forAllSystems` alternative +- [[flake-parts]] can be used as lightweight `forAllSystems` alternative - allows us to split top-level flake.nix into small .nix files - allows us to define [[nix-modules|our own modules]] and use them (just like [[nixos]] options) - nuts and bolts: