Skip to content

Commit

Permalink
Skel
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Oct 11, 2024
1 parent 9541f87 commit 77989c3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions en/nixify-haskell-parts.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,12 @@ short-title: 2. Using flake-parts

>[!warning] TODO: Write this!
> For now, see the code: https://github.com/juspay/todo-app/pull/9
Things to highlight:

- [[flake-parts]] can be used as lightweight as `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:
- perSystem, and its args (`self'`, etc.)
- `debug` option and inspecting in repl

0 comments on commit 77989c3

Please sign in to comment.