14 lines
384 B
Diff
14 lines
384 B
Diff
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 = {
|