Commit 4ac452cc authored by Dylan Araps's avatar Dylan Araps

docs: update

parent c0cfcb3b
...@@ -2889,7 +2889,7 @@ get_term() { ...@@ -2889,7 +2889,7 @@ get_term() {
term="${name##*/}" term="${name##*/}"
# Fix wrapper names in NixOS. # Fix wrapper names in Nix.
[[ $term == .*-wrapped ]] && { [[ $term == .*-wrapped ]] && {
term="${term#.}" term="${term#.}"
term="${term%-wrapped}" term="${term%-wrapped}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment