summaryrefslogtreecommitdiff
path: root/modules/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/default.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/default.nix b/modules/default.nix
deleted file mode 100644
index e512563..0000000
--- a/modules/default.nix
+++ /dev/null
@@ -1,9 +0,0 @@
-{...}:
-let
- sources = import ../nix/sources.nix {};
-in
-{
- #imports = [ "${sources.nixpkgs-unstable}/nixos/modules/services/networking/pleroma.nix" ];
-
- # to stop the manual breaking from the stable / unstable mix
-}