Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2025-09-16 14:13:46 +03:00
parent 53a1c56847
commit 03460d7e6c

View File

@@ -33,7 +33,8 @@
});
in
{
bundlers.proot-bundler =
bundlers = rec {
proot-bundler =
drv:
let
ci = pkgs.closureInfo {
@@ -108,7 +109,8 @@
'';
};
default = self.bundlers.${system}.proot-bundler;
default = proot-bundler;
};
}
);
}