diff options
| author | Andrew Tropin <andrew@trop.in> | 2026-02-19 15:44:05 +0700 |
|---|---|---|
| committer | Andrew Tropin <andrew@trop.in> | 2026-02-19 20:01:55 +0700 |
| commit | 1c96b63e0f3b44f567957cb7fb4d471dadfcc5d0 (patch) | |
| tree | 3f8db55a6bae3886f9ffd4d4ab011922072e9cb6 /gnu | |
| parent | 9bd3dd0ff29418df0fcd5289c71fb40f5bda3850 (diff) | |
gnu: podman: Add nftables to PATH.
* gnu/packages/containers.scm (podman)[arguments]: Add nftables to the
wrapped PATH.
Change-Id: Idc49a43aaf9b0ec0beb446350ba9cc1eb3704f52
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/containers.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm index ebda8f17014..caecb4e5417 100644 --- a/gnu/packages/containers.scm +++ b/gnu/packages/containers.scm | |||
| @@ -646,6 +646,7 @@ Its main purpose is to support the key usage by @code{docker-init}: | |||
| 646 | ,(string-append #$crun "/bin") | 646 | ,(string-append #$crun "/bin") |
| 647 | ,(string-append #$gcc "/bin") ; cpp | 647 | ,(string-append #$gcc "/bin") ; cpp |
| 648 | ,(string-append #$iptables "/sbin") | 648 | ,(string-append #$iptables "/sbin") |
| 649 | ,(string-append #$nftables "/sbin") | ||
| 649 | ,(string-append #$passt "/bin") | 650 | ,(string-append #$passt "/bin") |
| 650 | ,(string-append #$procps "/bin") ; ps | 651 | ,(string-append #$procps "/bin") ; ps |
| 651 | "/run/privileged/bin"))))) | 652 | "/run/privileged/bin"))))) |
