Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cdepillabout committed Dec 10, 2021
1 parent 3cef3a9 commit b3ffb61
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 2021-12-10-dhallDirectoryToNix.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ draft: false
------------------------------------------------------

*This post is part of a series called
[The Road to `purescript2nix`](./2021-12-10-road-to-purescript2nix.md).*
[The Road to `purescript2nix`](./2021-12-10-road-to-purescript2nix).*

I recently sent a few PRs to Dhall and Nixpkgs that add functionality for
easily reading in a directory of Dhall files into Nix. This even works for
Expand Down
2 changes: 1 addition & 1 deletion 2021-12-10-purescript-package-set-with-hashes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ draft: false
------------------------------------------------------

*This post is part of a series called
[The Road to `purescript2nix`](./2021-12-10-road-to-purescript2nix.md).*
[The Road to `purescript2nix`](./2021-12-10-road-to-purescript2nix).*

The [PureScript package sets](https://github.com/purescript/package-sets)
are Dhall files that specify a group of PureScript packages that are known to all
Expand Down
6 changes: 3 additions & 3 deletions 2021-12-10-purescript2nix.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ draft: false
------------------------------------------------------

*This post is part of a series called
[The Road to `purescript2nix`](./2021-12-10-road-to-purescript2nix.md).*
[The Road to `purescript2nix`](./2021-12-10-road-to-purescript2nix).*

[`purescript2nix`](https://github.com/cdepillabout/purescript2nix)
is a Nix function that allows you to easily build
Expand Down Expand Up @@ -42,7 +42,7 @@ Under the covers, `purescript2nix` will roughly do the following things:
1. Read the `spago.dhall` and `packages.dhall` files into Nix.

This is done with the Nix function
[`dhallDirectoryToNix`](./2021-12-10-dhallDirectoryToNix.md).
[`dhallDirectoryToNix`](./2021-12-10-dhallDirectoryToNix).

2. Compute all transitive dependencies for the package
you are trying to build, given an input package set.
Expand Down Expand Up @@ -83,7 +83,7 @@ what would be required for an easy-to-use `purescript2nix` function.
The two big things necessary for this are:

- the ability to
[read Dhall files in as Nix](./2021-12-10-dhallDirectoryToNix.md)
[read Dhall files in as Nix](./2021-12-10-dhallDirectoryToNix)
(even when the Dhall files have remote imports)
- [Nix-compatible hashes](./2021-12-10-purescript-package-set-with-hashes)
in the PureScript package sets
Expand Down
2 changes: 1 addition & 1 deletion 2021-12-10-road-to-purescript2nix.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ to the last post.
This post explains a method of adding a hash for each package to a
PureScript package set.

3. [`purescript2nix`](./2021-12-10-purescript2nix.md)
3. [`purescript2nix`](./2021-12-10-purescript2nix)

This post explains how to use `purescript2nix`.

0 comments on commit b3ffb61

Please sign in to comment.