Skip to content

Commit

Permalink
flake: Add chumsky output hash
Browse files Browse the repository at this point in the history
  • Loading branch information
slotThe committed Mar 23, 2024
1 parent 4ff7bb1 commit 5baa961
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@
license = lib.licenses.gpl3;
description = "a tiny functional language to manipulate JSON";
};
cargoLock.lockFile = ./Cargo.lock;
cargoLock = {
outputHashes."chumsky-1.0.0-alpha.6" = "sha256-zQYygpL3m7EoqShn2pag8NAXOgv4qr4L3l8KotwbJ7w=";
lockFile = ./Cargo.lock;
};
};

default = self.packages."${system}".rq;
Expand Down

0 comments on commit 5baa961

Please sign in to comment.