diff --git a/go-cheatsheet.md b/go-cheatsheet.md index da89b60..c34729a 100644 --- a/go-cheatsheet.md +++ b/go-cheatsheet.md @@ -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) diff --git a/nix-cheatsheet.md b/nix-cheatsheet.md new file mode 100644 index 0000000..f8343d5 --- /dev/null +++ b/nix-cheatsheet.md @@ -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/