From 9dacf748651ea7139c0e9f3dee9ae66d949bf73f Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Sat, 31 Oct 2020 18:57:39 +0100 Subject: Add 'apps/servers/octopus/' from commit '623954d19fdf0dca47db319e5c88ee561aa8d25c' git-subtree-dir: apps/servers/octopus git-subtree-mainline: 4e09fe2509904ee64d2470ca8d41006d51e4ffd6 git-subtree-split: 623954d19fdf0dca47db319e5c88ee561aa8d25c --- apps/servers/octopus/shell.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 apps/servers/octopus/shell.nix (limited to 'apps/servers/octopus/shell.nix') diff --git a/apps/servers/octopus/shell.nix b/apps/servers/octopus/shell.nix new file mode 100644 index 000000000000..aefc4932482f --- /dev/null +++ b/apps/servers/octopus/shell.nix @@ -0,0 +1,10 @@ +with import {}; + +stdenv.mkDerivation { + name = "webgit"; + buildInputs = with pkgs; [ + rustracer rustup clangStdenv + + cargo-watch openssl pkg-config + ]; +} -- cgit v1.2.3