about summary refs log tree commit diff
path: root/users/glittershark/xanthous/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/glittershark/xanthous/default.nix')
-rw-r--r--users/glittershark/xanthous/default.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/users/glittershark/xanthous/default.nix b/users/glittershark/xanthous/default.nix
new file mode 100644
index 000000000000..8dfd0bce4bd0
--- /dev/null
+++ b/users/glittershark/xanthous/default.nix
@@ -0,0 +1,10 @@
+{ pkgs ? (import ../../../. {}).third_party
+, lib ? pkgs.lib
+, ...
+}:
+(pkgs.haskell.lib.failOnAllWarnings (
+  pkgs.haskellPackages.callPackage (import ./pkg.nix { inherit pkgs; }) {}
+)) // {
+  # TODO(grfn): Get this passing (see https://buildkite.com/tvl/depot/builds/3055)
+  meta.ci = false;
+}