diff --git a/flake.nix b/flake.nix index 2093762..3a9033f 100644 --- a/flake.nix +++ b/flake.nix @@ -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";