From 1e8281eedd618ce7eecfeaf7ebf40120ec4cadc4 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Wed, 31 Jul 2024 10:11:25 -0500 Subject: [PATCH] Fix cargo hash --- Cargo.toml | 2 +- flake.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5c35bca..e1a50d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ bevy = { version = "0.14.0", default-features = false, features = [ "trace", # tracing is nice "wayland", "wav", # sound files - "sysinfo_plugin", # probably will want this for troubleshooting or just surfacing useful information to the gamer (such as FPS?) + "sysinfo_plugin", # probably will want this for troubleshooting or just surfacing useful information to the gamer (such as FPS?) # TODO: would be nice to get this working while developing "dynamic_linking", diff --git a/flake.nix b/flake.nix index 76262a6..82f38a4 100644 --- a/flake.nix +++ b/flake.nix @@ -69,8 +69,8 @@ buildInputs = linkTimeDeps pkgs; src = ./.; hash = pkgs.lib.fakeHash; - # cargoHash = pkgs.lib.fakeHash; - cargoHash = "sha256-pXyMRYFpG9hr0itt5izAF+HDAL6m7ktHAnV7sPSwzp4="; + # cargoHash = ""; + cargoHash = "sha256-d7luBIWHWn2ZpmSnIgpuLXsy1URUIojpPFboMtqa2ps="; # a hack to avoid using mold as our linker when building with nix postUnpack = ''