fix(nix): add outputHashes for notify git dependency

This commit is contained in:
uncenter 2024-07-31 13:50:15 -04:00
parent 23a56c24a4
commit dada2f40a6
No known key found for this signature in database

View file

@ -16,7 +16,12 @@
src = ../.;
cargoLock.lockFile = ../Cargo.lock;
cargoLock = {
lockFile = ../Cargo.lock;
outputHashes = {
"notify-6.1.1" = "sha256-5Ft2yvRPi2EaErcGBkF/3Xv6K7ijFGbdjmSqI4go/h4=";
};
};
env.YAZI_GEN_COMPLETIONS = true;