From b31161d177f9c47ae79dd0f3732b861031c96418 Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Wed, 26 Nov 2025 21:56:16 +0200 Subject: [PATCH] feat: add pass to bins (this feels and is wrong lol) --- default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/default.nix b/default.nix index 60f93c7..0b1d740 100644 --- a/default.nix +++ b/default.nix @@ -10,6 +10,7 @@ apk-tools, findutils, patch, + pass, ... }: let in @@ -37,6 +38,7 @@ in apk-tools findutils patch + pass ]} ''; } -- 2.44.1