From ea6a9e2d5f3dd0d5ff12e80a4669efb21542c00c Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 30 Oct 2023 06:09:38 -0400 Subject: tree-wide: garnix -> gha --- flake.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 2a1fb35..930f3b5 100644 --- a/flake.nix +++ b/flake.nix @@ -2,8 +2,8 @@ description = "getchoo's flake for system configurations"; nixConfig = { - extra-substituters = ["https://cache.garnix.io"]; - extra-trusted-public-keys = ["cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="]; + extra-substituters = ["https://getchoo.cachix.org"]; + extra-trusted-public-keys = ["getchoo.cachix.org-1:ftdbAUJVNaFonM0obRGgR5+nUmdLMM+AOvDOSx0z5tE="]; }; inputs = { @@ -140,12 +140,14 @@ parts.lib.mkFlake {inherit inputs;} { imports = [ inputs.pre-commit.flakeModule + inputs.getchoo.flakeModules.githubWorkflowGenerator ./modules ./overlay ./systems ./users ./dev.nix + ./workflow.nix ]; systems = [ -- cgit v1.2.3