diff --git a/flake.nix b/flake.nix index 5818323..d4a7c45 100644 --- a/flake.nix +++ b/flake.nix @@ -18,11 +18,11 @@ name = "not-os-patched"; src = not-os; patches = [ - ./network.patch - ./pr-28.patch - ./pr-29.patch - ./pr-30.patch - ./pr-31.patch + ./not-os-patches/network.patch + ./not-os-patches/pr-28.patch + ./not-os-patches/pr-29.patch + ./not-os-patches/pr-30.patch + ./not-os-patches/pr-31.patch ]; }; diff --git a/network.patch b/not-os-patches/network.patch similarity index 100% rename from network.patch rename to not-os-patches/network.patch diff --git a/pr-28.patch b/not-os-patches/pr-28.patch similarity index 100% rename from pr-28.patch rename to not-os-patches/pr-28.patch diff --git a/pr-29.patch b/not-os-patches/pr-29.patch similarity index 100% rename from pr-29.patch rename to not-os-patches/pr-29.patch diff --git a/pr-30.patch b/not-os-patches/pr-30.patch similarity index 100% rename from pr-30.patch rename to not-os-patches/pr-30.patch diff --git a/pr-31.patch b/not-os-patches/pr-31.patch similarity index 100% rename from pr-31.patch rename to not-os-patches/pr-31.patch