style: auto-format from pre-push hooks
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Oleks
2026-03-13 23:54:02 +02:00
parent 364fd4f610
commit 0392df4a7a
+6 -6
View File
@@ -7,12 +7,12 @@ stdenv.mkDerivation {
dontUnpack = true;
installPhase = ''
mkdir -p $out/bin
cat > $out/bin/hello-world <<'SCRIPT'
#!/bin/sh
echo "Hello, world!"
SCRIPT
chmod +x $out/bin/hello-world
mkdir -p $out/bin
cat > $out/bin/hello-world <<'SCRIPT'
#!/bin/sh
echo "Hello, world!"
SCRIPT
chmod +x $out/bin/hello-world
'';
meta = with lib; {