You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- I was previously using [devenv](https://devenv.sh/), however, it still doesn't
158
+
work really well in a pure mode, so switched to a simple devshell instead.
159
+
160
+
## 7. Resources 📚
142
161
143
162
The whole nix ecosystem is in its foundations a revolutionary piece of
144
163
software and once you get the hang of it you feel like you’ve really
@@ -164,3 +183,33 @@ manual.org?)
164
183
-[Github code search: thanks to how the nix lang works the code search should be of a huge help, included an example](https://github.com/search?q=pkgs.writeShellScriptBin+language%3ANix&type=code&l=Nix)
165
184
-[This is where flake-parts finally clicked for me, huge thanks to viperml~~](https://github.com/viperML/dotfiles)
166
185
-[dc-tec/nixvim awesome nixvim config that got me started](https://github.com/dc-tec/nixvim/)
186
+
187
+
## 8. Credits & Special thanks
188
+
189
+
To reiterate the previous [Resources](7-resources) section, here are also some
190
+
explicit shoutouts & thanks to the people from whom I have at some point in time
191
+
taken some piece of code or have been inspired from. Huge thanks ❤️
192
+
193
+
### 8.1 Major help
194
+
195
+
These are people that are engrained in the nix community and whose work I/we
196
+
use on a daily basis. I hope they will happily continue to be a part of the
197
+
nix community and I thank them for all of their contributions.
198
+
199
+
[edolstra](https://github.com/edolstra)
200
+
-- [grahamc](https://github.com/grahamc)
201
+
-- [domenkozar](https://github.com/domenkozar)
202
+
-- [Mic92](https://github.com/Mic92)
203
+
-- [hlissner](https://github.com/hlissner)
204
+
-- [viperML](https://github.com/viperML)
205
+
-- [roberth](https://github.com/roberth)
206
+
-- [fufexan](https://github.com/fufexan)
207
+
-- [NobbZ](https://github.com/NobbZ)
208
+
209
+
### 8.2 Additional help
210
+
211
+
Additional help with certain specific areas, inspiration or code snippets.
0 commit comments