aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index 73eeaf6..f55834b 100644
--- a/shell.nix
+++ b/shell.nix
@@ -3,9 +3,9 @@ with import <nixpkgs> {}; {
name = "env";
buildInputs = with pkgs; [
sbt
- python3
tmux
tmuxinator
+ webfs
];
};
}