diff options
| author | seth <[email protected]> | 2023-09-06 17:50:53 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-09-07 13:52:26 -0400 |
| commit | e41f98de313f81a74a6ebb1131b3bd92817c4acb (patch) | |
| tree | 02272b37a7ce9650bdfc47f73be64a0a7b2f8800 /flake.nix | |
| parent | 5d0fdf984a2708ad746669814ac874d6f7ad44b4 (diff) | |
hosts: remove p-body
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 27 |
1 files changed, 2 insertions, 25 deletions
@@ -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"; |
