From 7b1a46ce3419795dedf86ea2b96b2c2e7b8f2d2e Mon Sep 17 00:00:00 2001 From: SulfurNitride Date: Wed, 11 Mar 2026 04:18:42 -0500 Subject: Fix flake.nix: add libloot hash, remove stale placeholder comment Co-Authored-By: Claude Opus 4.6 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; -- cgit v1.3.1