chore: cleanup unused args in nix package

This commit is contained in:
Henry-Hiles
2026-05-23 13:59:24 -04:00
parent db724b67ff
commit 27da50136e
+1 -1
View File
@@ -59,7 +59,7 @@ craneLib.buildPackage (
]
}"
patchelf --set-rpath "$old_rpath:$extra_rpath" $out/bin/conduwuit
patchelf --set-rpath "$old_rpath:$extra_rpath" $out/bin/conduwuit
'';
meta = {