diff options
Diffstat (limited to '')
-rw-r--r-- | instance-options.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/instance-options.nix b/instance-options.nix index 50d7bdc..a2e77be 100644 --- a/instance-options.nix +++ b/instance-options.nix @@ -4,6 +4,16 @@ with lib; with pkgs; +let + wapkgs = let + src = pkgs.fetchgit { + url = "https://gitlab.infra4future.de/stuebinm/workadventure-nix"; + rev = "7ec4c291d8ec93bc205af5c238dfe6a5176f4da4"; + sha256 = "1372iwwbw7ji3v1wx3ncx9xiwnmjhahb8ivxcg8ykkci80hj0ci5"; + }; + in import "${src}/test.nix" {}; +in +with wapkgs; { options = rec { backend = { |