aboutsummaryrefslogtreecommitdiff
path: root/workadventure.nix
diff options
context:
space:
mode:
authorstuebinm2021-02-26 21:25:38 +0100
committerstuebinm2021-02-26 21:27:40 +0100
commitc530245617f9e224b205f6f0efd9fb7f90c0183a (patch)
tree84bace679217d873ec076a1507be0371caf7b638 /workadventure.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 'workadventure.nix')
-rw-r--r--workadventure.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/workadventure.nix b/workadventure.nix
index a7aa826..49227aa 100644
--- a/workadventure.nix
+++ b/workadventure.nix
@@ -159,5 +159,6 @@ in
inherit virtualHosts;
enable = mkDefault true;
};
+ nixpkgs.overlays = [ (import ./overlay.nix) ];
};
}