aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test.nix (renamed from default.nix)5
1 files changed, 5 insertions, 0 deletions
diff --git a/default.nix b/test.nix
index c77e02c..3df16d6 100644
--- a/default.nix
+++ b/test.nix
@@ -1,4 +1,9 @@
+# NOTE: this file is only meant to be used for quickly building a
+# version of workadventure, not for actual use. Use callPackages on
+# the subdirectories directly for use e.g. in modules.
+
with import <nixpkgs> {};
+
lib.fix (self: let
callPackage = lib.callPackageWith self;
in pkgs // {