Skip to content

Commit fecf5a8

Browse files
committed
chore: test ci performance
1 parent 55505ce commit fecf5a8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nix/ext/wrappers/default.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ let
154154
doCheck = false;
155155

156156
postInstall = ''
157-
158157
create_control_files() {
159158
sed -e "/^default_version =/d" \
160159
-e "s|^module_pathname = .*|module_pathname = '\$libdir/${pname}-${version}'|" \
@@ -163,6 +162,9 @@ let
163162
}
164163
165164
create_control_files
165+
166+
167+
166168
'';
167169

168170
meta = with lib; {

0 commit comments

Comments
 (0)