Skip to content

Commit

Permalink
Stub
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Oct 11, 2024
1 parent f3249b1 commit 9541f87
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions en/nixify-haskell-parts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
short-title: 2. Using flake-parts
---

# Modularize our flake using flake-parts

>[!warning] TODO: Write this!
> For now, see the code: https://github.com/juspay/todo-app/pull/9
4 changes: 2 additions & 2 deletions en/nixify-haskell.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
This is a #[[tutorial|tutorial]] series on nixifying #[[haskell]] projects. In part 1, we will begin with using nothing but [[nixpkgs]]. In the latter parts, we'll use simplifiy our project Nix code through [haskell-flake] which builds on top of the Haskell infrastructure in [[nixpkgs]].[^other]

1. [x] [[nixify-haskell-nixpkgs]]#
2. [ ] Modularize our flake using [[flake-parts]]
2. [ ] [[nixify-haskell-parts]]#
3. [ ] Nixify Haskell projects with [haskell-flake]

[^other]: There are also other approaches (like [haskell.nix](https://github.com/input-output-hk/haskell.nix), [stacklock2nix](https://github.com/cdepillabout/stacklock2nix)).

[haskell-flake]: https://github.com/srid/haskell-flake
[haskell-flake]: https://github.com/srid/haskell-flake

0 comments on commit 9541f87

Please sign in to comment.