aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorJoris2017-03-05 16:11:37 +0100
committerJoris2017-03-05 16:11:37 +0100
commitec1ebe1f97626b3e5779f38a5957976a9f808626 (patch)
tree29d43de5b9eef581503cc5b2480b45f517ba8873 /shell.nix
parentcce4d47d6e5ecefae37ad125c07840dbe69939c3 (diff)
downloadreading-ec1ebe1f97626b3e5779f38a5957976a9f808626.tar.gz
reading-ec1ebe1f97626b3e5779f38a5957976a9f808626.tar.bz2
reading-ec1ebe1f97626b3e5779f38a5957976a9f808626.zip
Use webfs instead of python server
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
];
};
}