diff options
author | sefidel <contact@sefidel.net> | 2024-02-10 07:20:19 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-02-10 07:42:24 +0900 |
commit | 0972ea9754a695b51840c0e58ef7c68dafb7b70d (patch) | |
tree | a349f134db3c3a8ab30d2eb249f57b6d0cd79399 /modules/default.nix | |
parent | 5b20c2cd2d26554945b8f4c2cec27b36fdbe6f3d (diff) | |
download | nixrc-0972ea9754a695b51840c0e58ef7c68dafb7b70d.tar.gz nixrc-0972ea9754a695b51840c0e58ef7c68dafb7b70d.zip |
feat(modules): cachix -> binary-cache
Diffstat (limited to 'modules/default.nix')
-rw-r--r-- | modules/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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; |