aboutsummaryrefslogtreecommitdiff
path: root/apps/cassiopeia/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'apps/cassiopeia/shell.nix')
-rw-r--r--apps/cassiopeia/shell.nix8
1 files changed, 8 insertions, 0 deletions
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 <nixpkgs> {};
+
+stdenv.mkDerivation {
+ name = "cassiopeia";
+ buildInputs = with pkgs; [
+ rustracer rustup clangStdenv
+ ];
+}