Skip to content

Commit

Permalink
Pin Topiary to fix Nix build
Browse files Browse the repository at this point in the history
  • Loading branch information
yannham committed Sep 16, 2024
1 parent 3be622d commit 78da50c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
7 changes: 4 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,14 @@
inputs.nixpkgs.follows = "nixpkgs";
};
topiary = {
url = "github:tweag/topiary";
# We pin this specific commit because it contains the latest change to
# Nickel formatting, and doesn't contain the feature of "dynamically
# loading the grammar", which is new and apparently requires an internet
# access (and thus break in a Nix build).
#
# Once the latter constraint is lifted, feel free to remove the pinning
# and use master again.
url = "github:tweag/topiary/cff73fc3d58490b260935a4d9968a180acf75b8b";
inputs = {
nixpkgs.follows = "nixpkgs";
crane.follows = "crane";
Expand Down

0 comments on commit 78da50c

Please sign in to comment.