add gopher img, add nix cheatsheet
This commit is contained in:
parent
1f281dd6f7
commit
10b85b2044
|
@ -1,5 +1,7 @@
|
|||
# go (golang) cheatsheet
|
||||
|
||||
![gopher](/sneak/docs/raw/branch/master/img/gopher.jpg)
|
||||
|
||||
## external
|
||||
|
||||
* awesome-go list of tools: [avelino/awesome-go](https://github.com/avelino/awesome-go)
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
# nix cheatsheet
|
||||
|
||||
# my update command
|
||||
|
||||
`nix-env -iA nixpkgs.$(hostname -s)`
|
||||
|
||||
# external
|
||||
|
||||
* "learn nix in y minutes": https://learnxinyminutes.com/docs/nix/
|
Loading…
Reference in New Issue