shmanio
- 1 Post
- 2 Comments
Joined 2 years ago
Cake day: June 10th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
You should put some quotes where you use the array:
not_what_you_think=( "a b" "c" "d" ) for sneaky in "${not_what_you_think[@]}"; do echo "This is sneaky: ${sneaky}" done This is sneaky: a b This is sneaky: c This is sneaky: d
How long have you used it and how is it?
I’m pretty curious about those kinds of distros, and don’t really like how nixos is completely hosted on github (and all the drama that constantly comes from the community, and the bad documentation for many things, …).
However, guix seems such a niche project that I feel like it can’t really be used.