summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-09-06 17:50:53 -0400
committerseth <[email protected]>2023-09-07 13:52:26 -0400
commite41f98de313f81a74a6ebb1131b3bd92817c4acb (patch)
tree02272b37a7ce9650bdfc47f73be64a0a7b2f8800 /flake.nix
parent5d0fdf984a2708ad746669814ac874d6f7ad44b4 (diff)
hosts: remove p-body
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix27
1 files changed, 2 insertions, 25 deletions
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";