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 = {