aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-06-07 15:37:48 +1200
committerArslaan Pathan <[email protected]>2026-06-07 15:37:48 +1200
commitfb712fab00ab6ea2cf75e53b438c0d9fbbc63ef8 (patch)
tree971b718a6dfc87a61f3a0e3be64aa067ebb43548 /nix
parent47e82a510488f99821ed7a734dad32a213f3c2ea (diff)
downloadyerbalinux-fb712fab00ab6ea2cf75e53b438c0d9fbbc63ef8.tar.xz
yerbalinux-fb712fab00ab6ea2cf75e53b438c0d9fbbc63ef8.zip
Turns out i forgot to save the file to add the hash
Diffstat (limited to 'nix')
-rw-r--r--nix/limine.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/limine.nix b/nix/limine.nix
index 2fb52e8..883dce9 100644
--- a/nix/limine.nix
+++ b/nix/limine.nix
@@ -5,7 +5,7 @@ stdenv.mkDerivation {
src = fetchgit {
url = "https://github.com/limine-bootloader/limine.git";
rev = "refs/heads/v8.x-binary";
- hash = "";
+ hash = "sha256-Hx+IugsQSOziQrV6Z5wZWfm6ysh08IqsFhnefFsn0LI=";
deepClone = false;
};
buildPhase = ''