Fix Nix flake hashes (#206)

This commit is contained in:
Ali Elnwegy 2024-03-08 07:06:02 +01:00 committed by GitHub
parent ec81b72f2c
commit c71cec1f54
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,9 +24,8 @@
src = ./.; src = ./.;
cargoLock = { cargoLock = {
lockFile = ./Cargo.lock; lockFile = ./Cargo.lock;
# Remove this once modalkit gets pinned by version again.
outputHashes = { outputHashes = {
"modalkit-0.0.16" = "sha256-mjAD1v0r2+SzPdoB2wZ/5iJ1NZK+3OSvCYcUZ5Ef38Y="; "keybindings-0.0.1" = "sha256-0ZWJNmKdxbJq1W/fuxzyD5Yagu6KsO5WMHlcM51nDvo=";
}; };
}; };
nativeBuildInputs = [ pkgs.pkg-config ]; nativeBuildInputs = [ pkgs.pkg-config ];