about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-02-10 07:20:19 +0900
committersefidel <contact@sefidel.net>2024-02-10 07:42:24 +0900
commit0972ea9754a695b51840c0e58ef7c68dafb7b70d (patch)
treea349f134db3c3a8ab30d2eb249f57b6d0cd79399
parent5b20c2cd2d26554945b8f4c2cec27b36fdbe6f3d (diff)
downloadnixrc-0972ea9754a695b51840c0e58ef7c68dafb7b70d.tar.gz
nixrc-0972ea9754a695b51840c0e58ef7c68dafb7b70d.zip
feat(modules): cachix -> binary-cache
-rw-r--r--modules/binary-cache/caches/helix.nix (renamed from modules/cachix/caches/helix.nix)0
-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/caches/nix-gaming.nix (renamed from modules/cachix/caches/nix-gaming.nix)0
-rw-r--r--modules/binary-cache/caches/nixrc.nix (renamed from modules/cachix/caches/nixrc.nix)0
-rw-r--r--modules/binary-cache/default.nix (renamed from modules/cachix/default.nix)0
-rw-r--r--modules/default.nix2
6 files changed, 1 insertions, 1 deletions
diff --git a/modules/cachix/caches/helix.nix b/modules/binary-cache/caches/helix.nix
index 7783a96..7783a96 100644
--- a/modules/cachix/caches/helix.nix
+++ b/modules/binary-cache/caches/helix.nix
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/caches/nix-gaming.nix b/modules/binary-cache/caches/nix-gaming.nix
index c02bc5f..c02bc5f 100644
--- a/modules/cachix/caches/nix-gaming.nix
+++ b/modules/binary-cache/caches/nix-gaming.nix
diff --git a/modules/cachix/caches/nixrc.nix b/modules/binary-cache/caches/nixrc.nix
index 6444ae5..6444ae5 100644
--- a/modules/cachix/caches/nixrc.nix
+++ b/modules/binary-cache/caches/nixrc.nix
diff --git a/modules/cachix/default.nix b/modules/binary-cache/default.nix
index 9dd55b5..9dd55b5 100644
--- a/modules/cachix/default.nix
+++ b/modules/binary-cache/default.nix
diff --git a/modules/default.nix b/modules/default.nix
index df11f91..260290a 100644
--- a/modules/default.nix
+++ b/modules/default.nix
@@ -1,5 +1,5 @@
 {
-  cachix = import ./cachix;
+  binary-cache = import ./binary-cache;
   flakes = import ./flakes.nix;
   nix = import ./nix.nix;
   security = import ./security.nix;