feat: add pass to bins (this feels and is wrong lol)
1 files changed, 2 insertions(+), 0 deletions(-) M default.nix
M default.nix => default.nix +2 -0
@@ 10,6 10,7 @@ apk-tools, findutils, patch, + pass, ... }: let in @@ 37,6 38,7 @@ in apk-tools findutils patch + pass ]} ''; }