From 3040d61b5504211977e64bddcd69f0f9cf53f41e Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Tue, 10 Dec 2019 16:52:48 +0100 Subject: Adding lorri build files and README --- shell.nix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 shell.nix (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..571ba07 --- /dev/null +++ b/shell.nix @@ -0,0 +1,8 @@ +with import {}; + +stdenv.mkDerivation { + name = "webgit"; + buildInputs = with pkgs; [ + rustracer rustup clangStdenv cargo-watch python3 + ]; +} -- cgit v1.2.3