From efe58d810672fb7fd876c5f4205c0724f35b480d Mon Sep 17 00:00:00 2001 From: Florian Agbuya Date: Fri, 1 Mar 2024 17:14:09 +0800 Subject: [PATCH] move not-os patches to dedicated folder --- flake.nix | 10 +++++----- network.patch => not-os-patches/network.patch | 0 pr-28.patch => not-os-patches/pr-28.patch | 0 pr-29.patch => not-os-patches/pr-29.patch | 0 pr-30.patch => not-os-patches/pr-30.patch | 0 pr-31.patch => not-os-patches/pr-31.patch | 0 6 files changed, 5 insertions(+), 5 deletions(-) rename network.patch => not-os-patches/network.patch (100%) rename pr-28.patch => not-os-patches/pr-28.patch (100%) rename pr-29.patch => not-os-patches/pr-29.patch (100%) rename pr-30.patch => not-os-patches/pr-30.patch (100%) rename pr-31.patch => not-os-patches/pr-31.patch (100%) 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