Skip to content

Commit

Permalink
Add a quick explanation blurb to importNickel
Browse files Browse the repository at this point in the history
  • Loading branch information
Théophane Hufschmitt committed Jun 21, 2024
1 parent 2594ced commit a2042c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/lib.nix
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,11 @@

/*
Import a Nickel expression as a Nix value.
The result of the Nickel evaluation will be directly mapped to Nix values
(through their JSON interface), with the exception of record containing the
special `__organist_type` field which have a special treatment as per the
`importFromNickel` function above.
*/
importNickel = {
/*
Expand Down

0 comments on commit a2042c5

Please sign in to comment.