diff options
author | Joris | 2020-03-14 14:16:06 +0100 |
---|---|---|
committer | Joris | 2020-03-14 14:16:06 +0100 |
commit | 4664a35134feea196c79c8f2f539215c82902f3f (patch) | |
tree | 6d8879ae2e178e313a0b077359d7b8e96432ff56 | |
parent | 94862317a4810e1058a1d98a5f620a44fe17ebfa (diff) |
Update dividat and cooking technos
-rw-r--r-- | cv/experience/1-dividat.md | 3 | ||||
-rw-r--r-- | project/08-cooking.md | 6 | ||||
-rw-r--r-- | shell.nix | 1 |
3 files changed, 6 insertions, 4 deletions
diff --git a/cv/experience/1-dividat.md b/cv/experience/1-dividat.md index a5f17f6..c6e4bec 100644 --- a/cv/experience/1-dividat.md +++ b/cv/experience/1-dividat.md @@ -3,10 +3,11 @@ name: Developer time: since 2019 location: Dividat, Schindellegi skills: - - Scala - Elm + - Scala - Nix - Python + - Ocaml - PostgreSQL --- diff --git a/project/08-cooking.md b/project/08-cooking.md index 7b361e9..9eddeda 100644 --- a/project/08-cooking.md +++ b/project/08-cooking.md @@ -3,9 +3,9 @@ name: Cooking gitlab: guyonvarch/cooking live: https://cooking.guyonvarch.me skills: - - Haskell - - Hakyll - - Clay + - Zola + - Ocaml + - BuckleScript --- Show recipes as a blog from markdown files. @@ -4,6 +4,7 @@ haskell.lib.buildStackProject { name = "myenv"; buildInputs = [ + cabal-install zlib stack nodePackages.nodemon |