diff options
author | stuebinm | 2021-02-18 15:28:52 +0100 |
---|---|---|
committer | stuebinm | 2021-02-18 15:30:39 +0100 |
commit | 129d1b26773099a9b1a823a697b451a24409f362 (patch) | |
tree | 2aece143d8655cfc9f57d38761e1c9771a7e2c72 | |
parent | c46949747779b5e679774ceb23a530ed4736c52b (diff) |
Moved default.nix to test.nix
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 // { |