From e41f98de313f81a74a6ebb1131b3bd92817c4acb Mon Sep 17 00:00:00 2001 From: seth Date: Wed, 6 Sep 2023 17:50:53 -0400 Subject: hosts: remove p-body --- flake.nix | 27 ++------------------------- 1 file changed, 2 insertions(+), 25 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 8f6d2af..1269f10 100644 --- a/flake.nix +++ b/flake.nix @@ -2,14 +2,8 @@ description = "getchoo's flake for system configurations"; nixConfig = { - extra-substituters = [ - "https://getchoo.cachix.org" - "https://nix-community.cachix.org" - ]; - extra-trusted-public-keys = [ - "getchoo.cachix.org-1:ftdbAUJVNaFonM0obRGgR5+nUmdLMM+AOvDOSx0z5tE=" - "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" - ]; + extra-substituters = ["https://cache.garnix.io"]; + extra-trusted-public-keys = ["cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="]; }; inputs = { @@ -60,10 +54,7 @@ getchoo = { url = "github:getchoo/nix-exprs"; inputs.nixpkgs.follows = "nixpkgs"; - inputs.flake-compat.follows = "flake-compat"; - inputs.effects.follows = "effects"; inputs.parts.follows = "parts"; - inputs.hercules-ci-agent.follows = "hercules-ci-agent"; }; guzzle_api = { @@ -72,20 +63,6 @@ inputs.pre-commit-hooks.follows = "pre-commit"; }; - # ditto - hercules-ci-agent = { - url = "github:hercules-ci/hercules-ci-agent"; - inputs.nixpkgs.follows = "nixpkgs"; - inputs.flake-parts.follows = "parts"; - }; - - effects = { - url = "github:hercules-ci/hercules-ci-effects"; - inputs.nixpkgs.follows = "nixpkgs"; - inputs.hercules-ci-agent.follows = "hercules-ci-agent"; - inputs.flake-parts.follows = "parts"; - }; - hm = { url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; -- cgit v1.2.3