summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-10-30 06:09:38 -0400
committerseth <[email protected]>2023-11-06 22:30:17 +0000
commitea6a9e2d5f3dd0d5ff12e80a4669efb21542c00c (patch)
tree8183f420472094a0c68fd59db7127c16ecd9d9c1 /flake.nix
parentd70e5f53a7339d33aa9b39b7bce4ec9dd2a84ae2 (diff)
tree-wide: garnix -> gha
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 4 insertions, 2 deletions
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 = [