aboutsummaryrefslogtreecommitdiff
path: root/instance-options.nix
diff options
context:
space:
mode:
authorstuebinm2021-02-26 21:34:48 +0100
committerstuebinm2021-02-26 21:34:48 +0100
commit7352984a5c3bc35f20184ddff97daea93f6b3738 (patch)
tree1f272b19fb2048560941b5cedb781ae67ba07ead /instance-options.nix
parentc530245617f9e224b205f6f0efd9fb7f90c0183a (diff)
Deduplicate workadventure sources
Maximal sharing means that even if the workadventure sources are imported in all nix files, there will still only be one copy of it in the nix store --- nevertheless, it seems reasonable to only have them once in the code, too, if only to make upgrading them easier.
Diffstat (limited to 'instance-options.nix')
-rw-r--r--instance-options.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/instance-options.nix b/instance-options.nix
index f0f3649..c95a506 100644
--- a/instance-options.nix
+++ b/instance-options.nix
@@ -7,9 +7,6 @@ with pkgs;
{
options = rec {
- settings = {};
-
-
backend = {
enable = mkOption {
default = true;