diff options
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,9 +3,9 @@ with import <nixpkgs> {}; { name = "env"; buildInputs = with pkgs; [ sbt - python3 tmux tmuxinator + webfs ]; }; } |