diff options
| author | Arslaan Pathan <[email protected]> | 2026-06-07 15:42:40 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-06-07 15:42:40 +1200 |
| commit | ad33f0e0ecb6d89ef283507d194738234b0d0843 (patch) | |
| tree | 0bcf94b5132d3bf2fad9d4db3da1961549409f86 /nix/limine.nix | |
| parent | fb712fab00ab6ea2cf75e53b438c0d9fbbc63ef8 (diff) | |
| download | yerbalinux-ad33f0e0ecb6d89ef283507d194738234b0d0843.tar.xz yerbalinux-ad33f0e0ecb6d89ef283507d194738234b0d0843.zip | |
Copy from the correct locations
Diffstat (limited to 'nix/limine.nix')
| -rw-r--r-- | nix/limine.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nix/limine.nix b/nix/limine.nix index 883dce9..bc4590e 100644 --- a/nix/limine.nix +++ b/nix/limine.nix @@ -17,7 +17,7 @@ stdenv.mkDerivation { cp limine-bios.sys $out/ cp limine-bios-cd.bin $out/ cp limine-uefi-cd.bin $out/ - cp BOOTX64.efi $out/ - cp BOOTIA32.efi $out/ + cp $src/BOOTX64.EFI $out/ + cp $src/BOOTIA32.EFI $out/ ''; } |
