From b38baf21dbe44bbbe464a97529a2e27424339119 Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Wed, 29 Jan 2020 06:49:50 +0000 Subject: Adding project outline and structure filse --- shell.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 shell.nix (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix new file mode 100644 index 000000000000..232c8003324c --- /dev/null +++ b/shell.nix @@ -0,0 +1,13 @@ +with import {}; + +stdenv.mkDerivation { + name = "qaul"; + buildInputs = with pkgs; [ + rustracer rustup clangStdenv + + cargo-watch + + # Required for the docs + mdbook graphviz + ]; +} -- cgit v1.2.3