From afd8a74e43fc57662381b16d418a559f471c80f5 Mon Sep 17 00:00:00 2001 From: Mx Kookie Date: Thu, 10 Dec 2020 14:30:38 +0000 Subject: cassiopeia: adding new format lexer built on logos --- apps/cassiopeia/shell.nix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 apps/cassiopeia/shell.nix (limited to 'apps/cassiopeia/shell.nix') diff --git a/apps/cassiopeia/shell.nix b/apps/cassiopeia/shell.nix new file mode 100644 index 000000000000..a365404a622b --- /dev/null +++ b/apps/cassiopeia/shell.nix @@ -0,0 +1,8 @@ +with import {}; + +stdenv.mkDerivation { + name = "cassiopeia"; + buildInputs = with pkgs; [ + rustracer rustup clangStdenv + ]; +} -- cgit v1.2.3