Skip to content

Commit

Permalink
Briefly explain the %%organist_internal hack
Browse files Browse the repository at this point in the history
  • Loading branch information
Théophane Hufschmitt committed Jun 25, 2024
1 parent 2ad25d1 commit 3cac2d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/lib.nix
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,10 @@
enrichedFlakeInputs =
flakeInputs
// {
# Dummy “flake input” used to pass some data through the Nickel
# evaluation.
# We should ideally get rid of that and find another more principled
# way, but that will do for now.
"%%organist_internal".nickelLock = builtins.toFile "nickel.lock.ncl" (buildLockFileContents lockFileContents);
};
in
Expand Down

0 comments on commit 3cac2d2

Please sign in to comment.