mirror of
https://github.com/youwen5/iamb.git
synced 2025-08-04 11:38:28 -07:00
Fix Nix flake hashes (#206)
This commit is contained in:
parent
ec81b72f2c
commit
c71cec1f54
1 changed files with 1 additions and 2 deletions
|
@ -24,9 +24,8 @@
|
|||
src = ./.;
|
||||
cargoLock = {
|
||||
lockFile = ./Cargo.lock;
|
||||
# Remove this once modalkit gets pinned by version again.
|
||||
outputHashes = {
|
||||
"modalkit-0.0.16" = "sha256-mjAD1v0r2+SzPdoB2wZ/5iJ1NZK+3OSvCYcUZ5Ef38Y=";
|
||||
"keybindings-0.0.1" = "sha256-0ZWJNmKdxbJq1W/fuxzyD5Yagu6KsO5WMHlcM51nDvo=";
|
||||
};
|
||||
};
|
||||
nativeBuildInputs = [ pkgs.pkg-config ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue