aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstuebinm2021-02-18 15:28:52 +0100
committerstuebinm2021-02-18 15:30:39 +0100
commit129d1b26773099a9b1a823a697b451a24409f362 (patch)
tree2aece143d8655cfc9f57d38761e1c9771a7e2c72
parentc46949747779b5e679774ceb23a530ed4736c52b (diff)
Moved default.nix to test.nix
-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 // {