Skip to content

Commit

Permalink
fix: nix builds
Browse files Browse the repository at this point in the history
Required pinning hash of git dependency textplots
  • Loading branch information
waalge committed Feb 12, 2025
1 parent 21c6a6a commit 68d7f9f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
18 changes: 9 additions & 9 deletions flake.lock

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

3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
src = pkgs.lib.cleanSourceWith {src = self;};

cargoLock.lockFile = ./Cargo.lock;
cargoLock.outputHashes = {
"textplots-0.9.6" = "sha256-Bx3zFEOnvqT7ZVfO5T8ii5u+3cPBeQTmw0F6CHQimao=";
};

GIT_COMMIT_HASH_SHORT = self.shortRev or "unknown";
postPatch = ''
Expand Down

0 comments on commit 68d7f9f

Please sign in to comment.