Skip to content

Commit 02c180a

Browse files
authored
clarify tip
1 parent 4f31f58 commit 02c180a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
7676
${shellFunctions}
7777
78-
echo "Some convenient command functions:"
78+
echo "Some convenient commands:"
7979
echo "${shellFunctions}" | grep -E '^\s*[a-zA-Z_][a-zA-Z0-9_]*\(\)' | sed 's/().*//' | sed 's/^[[:space:]]*/ /' | while read func; do
8080
body=$(echo "${shellFunctions}" | sed -n "/''${func}()/,/^[[:space:]]*}/p" | sed '1d;$d' | tr '\n' ';' | sed 's/;$//' | sed 's/[[:space:]]*$//')
8181
echo " $func = $body"
@@ -86,4 +86,4 @@
8686

8787
formatter = pkgs.nixpkgs-fmt;
8888
});
89-
}
89+
}

0 commit comments

Comments
 (0)