fix(nix): add outputHashes for notify git dependency (#1373)

This commit is contained in:
uncenter 2024-07-31 14:12:10 -04:00 committed by GitHub
parent 23a56c24a4
commit 4257b95e8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;