aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSulfurNitride <SulfurNitride@users.noreply.github.com>2026-03-11 04:18:42 -0500
committerSulfurNitride <SulfurNitride@users.noreply.github.com>2026-03-11 04:18:42 -0500
commit7b1a46ce3419795dedf86ea2b96b2c2e7b8f2d2e (patch)
tree48fd87aba9b3d89ae214ba0cd522fa58e9f78624
parent0dc7f137e96bf171a73f0822b4de1bbd5d9478a2 (diff)
Fix flake.nix: add libloot hash, remove stale placeholder comment
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 6e66a5e..dc3cc86 100644
--- a/flake.nix
+++ b/flake.nix
@@ -23,7 +23,7 @@
owner = "loot";
repo = "libloot";
rev = "master";
- hash = ""; # nix will tell you the correct hash on first build
+ hash = "sha256-ay8ZA5ANXc5ylKOzr66rjQc1/LclW2+0CObtjprn0ms=";
fetchSubmodules = true;
};