1
0
Fork 0

flake: add various boot fixes

Signed-off-by: Florian Agbuya <fa@m-labs.ph>
This commit is contained in:
Florian Agbuya 2023-12-20 15:18:44 +08:00
parent 3b34e11cbf
commit 7ae798a809
1 changed files with 5 additions and 0 deletions

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";