summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix16
1 files changed, 3 insertions, 13 deletions
diff --git a/flake.nix b/flake.nix
index 0f991ef..2655c87 100644
--- a/flake.nix
+++ b/flake.nix
@@ -4,11 +4,13 @@
nixConfig = {
extra-substituters = [
"https://getchoo.cachix.org" # personal cache
+ "https://cache.garnix.io" # garnix cache
"https://nix-community.cachix.org" # nix-community
"https://wurzelpfropf.cachix.org" # ragenix
];
extra-trusted-public-keys = [
"getchoo.cachix.org-1:ftdbAUJVNaFonM0obRGgR5+nUmdLMM+AOvDOSx0z5tE="
+ "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"wurzelpfropf.cachix.org-1:ilZwK5a6wJqVr7Fyrzp4blIEkGK+LJT0QrpWr1qBNq0="
];
@@ -24,6 +26,7 @@
flake = false;
};
+ # ditto
flake-utils.url = "github:numtide/flake-utils";
flake-parts = {
@@ -43,19 +46,6 @@
inputs.pre-commit-hooks.follows = "pre-commit-hooks";
};
- hercules-ci-agent = {
- url = "github:hercules-ci/hercules-ci-agent";
- inputs.nixpkgs.follows = "nixpkgs";
- inputs.flake-parts.follows = "flake-parts";
- };
-
- hercules-ci-effects = {
- url = "github:hercules-ci/hercules-ci-effects";
- inputs.nixpkgs.follows = "nixpkgs";
- inputs.flake-parts.follows = "flake-parts";
- inputs.hercules-ci-agent.follows = "hercules-ci-agent";
- };
-
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";