aboutsummaryrefslogtreecommitdiff
path: root/instance-options.nix
diff options
context:
space:
mode:
authorstuebinm2021-02-26 21:25:38 +0100
committerstuebinm2021-02-26 21:27:40 +0100
commitc530245617f9e224b205f6f0efd9fb7f90c0183a (patch)
tree84bace679217d873ec076a1507be0371caf7b638 /instance-options.nix
parentfe9853c5f4e5b029e88c73ed76ea1aaea107cc55 (diff)
parent210a4860ef16f3f00cd5265d238c2a7372a0daa5 (diff)
Move nix files for workadventure into this repo instead of importing them
Since I change things frequently rn and often only very specific commits of both repositories will work together at all, it doesn't seem logical to have them in separate repos any more.
Diffstat (limited to 'instance-options.nix')
-rw-r--r--instance-options.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/instance-options.nix b/instance-options.nix
index f7236da..f0f3649 100644
--- a/instance-options.nix
+++ b/instance-options.nix
@@ -4,16 +4,6 @@
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 {