iproute2: strictDeps & __structuredAttrs

`nix store make-content-addressed` gives the same output
before and after this change
This commit is contained in:
SandaruKasa
2026-06-11 01:38:17 +03:00
parent 03c97e7c65
commit f4d68ec73c

View File

@@ -86,6 +86,8 @@ stdenv.mkDerivation (finalAttrs: {
libbpf
];
__structuredAttrs = true;
strictDeps = true;
enableParallelBuilding = true;
passthru.updateScript = gitUpdater {