From 0fe906ae7453aa684e998bbcc7a78b62d84f0206 Mon Sep 17 00:00:00 2001 From: Joris Guyonvarch Date: Sun, 6 Apr 2014 22:55:16 +0200 Subject: Show resume and projects from a configuration file --- default.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 default.nix (limited to 'default.nix') diff --git a/default.nix b/default.nix new file mode 100644 index 0000000..155cee9 --- /dev/null +++ b/default.nix @@ -0,0 +1,13 @@ +with import {}; { + env = stdenv.mkDerivation { + name = "env"; + buildInputs = [ + cabal-install + nodePackages.nodemon + nodejs-8_x + tmux + tmuxinator + zlib + ]; + }; +} -- cgit v1.2.3