diff options
Diffstat (limited to '')
-rw-r--r-- | test.nix (renamed from default.nix) | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 // { |