add various boot fixes #12

Merged
sb10q merged 1 commits from fsagbuya/nix-servo:fixes into master 2023-12-20 16:31:46 +08:00
1 changed files with 5 additions and 0 deletions
Showing only changes of commit 7ae798a809 - Show all commits

View File

@ -19,6 +19,11 @@
url = "https://patch-diff.githubusercontent.com/raw/cleverca22/not-os/pull/26.patch";
sha256 = "sha256-fupVodnuXDik3+pi0BDlWL+zQROfzlWEz+fthe3JNHE=";
}
{
# Various boot fixes
url = "https://patch-diff.githubusercontent.com/raw/cleverca22/not-os/pull/27.patch";
sha256 = "sha256-eX4FqucD+Qa/d1gQoZCsxf0WQZ/t7AWOyhVkZzEzBHU=";
}
];
patched-not-os = pkgs.applyPatches {
name = "not-os-patched";