From 3716419055f11a80c3bab92de343075c15f84be1 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 2 Jul 2023 12:28:11 -0400 Subject: !hercules-ci -> garnix --- flake.nix | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) (limited to 'flake.nix') 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"; -- cgit v1.2.3