diff options
| author | SulfurNitride <SulfurNitride@users.noreply.github.com> | 2026-03-11 04:18:42 -0500 |
|---|---|---|
| committer | SulfurNitride <SulfurNitride@users.noreply.github.com> | 2026-03-11 04:18:42 -0500 |
| commit | 7b1a46ce3419795dedf86ea2b96b2c2e7b8f2d2e (patch) | |
| tree | 48fd87aba9b3d89ae214ba0cd522fa58e9f78624 | |
| parent | 0dc7f137e96bf171a73f0822b4de1bbd5d9478a2 (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.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; }; |
