shell: fix typo

This commit is contained in:
jaredmontoya
2025-07-09 14:00:59 +02:00
parent 7d6505fe98
commit 1bd5f9d7e4

View File

@@ -24,7 +24,7 @@
];
shellHook = ''
echo -e "\033[0;32;4mHeper commands:\033[0m"
echo -e "\033[0;32;4mHelper commands:\033[0m"
echo "'update-mod' instead of 'go get -u && go mod tidy && gomod2nix generate --outdir nix/pkgs/fabric'"
'';
};