diff options
author | Graham Christensen <graham@grahamc.com> | 2017-11-26T02·05-0500 |
---|---|---|
committer | Graham Christensen <graham@grahamc.com> | 2017-12-08T12·19-0500 |
commit | 1db034364a69acfe59c4e5a1792afccb99457a9b (patch) | |
tree | e161e340fcc1d7d7a79ceab401f5ab03fefb8c4f /scripts | |
parent | be79d1f1890c737dd04886120ef900d369d48a22 (diff) |
replace lolcat with nix-info
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/install-darwin-multi-user.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install-darwin-multi-user.sh b/scripts/install-darwin-multi-user.sh index 968dd1b84543..b6b3305bac71 100644 --- a/scripts/install-darwin-multi-user.sh +++ b/scripts/install-darwin-multi-user.sh @@ -264,7 +264,7 @@ them and open them again. Other than that, you should be ready to go. Try it! Open a new terminal, and type: - $ nix-shell -p figlet -p lolcat --run "echo 'nix rules' | figlet | lolcat" + $ nix-shell -p nix-info --run "nix-info -m" Thank you for using this installer. If you have any feedback, don't hesitate: |