aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
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 6031819..3d5ad2b 100644
--- a/nix/limine.nix
+++ b/nix/limine.nix
@@ -2,7 +2,7 @@
stdenv.mkDerivation {
name = "limine-yerba";
- src = fetchurl {
+ src = fetchgit {
url = "https://github.com/limine-bootloader/limine.git";
rev = "v8.x-binary";
hash = "";