From 322d61d436072899be02ed8526952f2fcdf734f5 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Wed, 4 Dec 2024 23:02:39 +0800 Subject: [PATCH] iproute -> iproute2 --- flake.nix | 1 + not-os-patches/iproute2.patch | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 not-os-patches/iproute2.patch diff --git a/flake.nix b/flake.nix index eb95c2d..d23d814 100644 --- a/flake.nix +++ b/flake.nix @@ -24,6 +24,7 @@ ./not-os-patches/pr-30.patch ./not-os-patches/pr-31.patch ./not-os-patches/pr-33.patch + ./not-os-patches/iproute2.patch ]; }; diff --git a/not-os-patches/iproute2.patch b/not-os-patches/iproute2.patch new file mode 100644 index 0000000..e298306 --- /dev/null +++ b/not-os-patches/iproute2.patch @@ -0,0 +1,13 @@ +diff --git a/system-path.nix b/system-path.nix +index 490197d..93e940a 100644 +--- a/system-path.nix ++++ b/system-path.nix +@@ -6,7 +6,7 @@ + with lib; + + let +- requiredPackages = with pkgs; [ utillinux coreutils iproute iputils procps bashInteractive runit ]; ++ requiredPackages = with pkgs; [ utillinux coreutils iproute2 iputils procps bashInteractive runit ]; + in + { + options = {