1
0
mirror of https://github.com/kmein/niveum synced 2026-03-19 19:41:08 +01:00

Add haskell packages

This commit is contained in:
Kierán Meinhardt
2019-01-17 19:34:30 +01:00
parent 40c0f40284
commit 942c8422b9
3 changed files with 99 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
ip = "${pkgs.iproute}/bin/ip -c";
ocaml = rlwrap "${pkgs.ocaml}/bin/ocaml";
tmux = "${pkgs.tmux}/bin/tmux -2";
inix = ''nix repl '<nixpkgs>' '';
nixi = ''nix repl "<nixpkgs>"'';
};
environment.interactiveShellInit = "export PATH=$PATH:$HOME/.local/bin:$HOME/.cargo/bin";