about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/binary-cache/caches/nix-community.nix (renamed from modules/cachix/caches/nix-community.nix)0
-rw-r--r--modules/binary-cache/default.nix (renamed from modules/cachix/default.nix)6
2 files changed, 3 insertions, 3 deletions
diff --git a/modules/cachix/caches/nix-community.nix b/modules/binary-cache/caches/nix-community.nix
index d323939..d323939 100644
--- a/modules/cachix/caches/nix-community.nix
+++ b/modules/binary-cache/caches/nix-community.nix
diff --git a/modules/cachix/default.nix b/modules/binary-cache/default.nix
index 5222457..551ab98 100644
--- a/modules/cachix/default.nix
+++ b/modules/binary-cache/default.nix
@@ -2,7 +2,7 @@
 
 with lib;
 let
-  cfg = config.modules.cachix;
+  cfg = config.modules.binary-cache;
 
   folder = ./caches;
   toImport = name: value: folder + ("/" + name);
@@ -12,8 +12,8 @@ in
 {
   inherit imports;
 
-  options.modules.cachix = {
-    enable = mkEnableOption "cachix";
+  options.modules.binary-cache = {
+    enable = mkEnableOption "binary-cache";
   };
 
   config = mkIf cfg.enable {