diff options
-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 |