diff options
| author | seth <[email protected]> | 2023-12-22 21:16:49 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-23 03:09:13 +0000 |
| commit | 0405273d9330d881ca73b0f232d7bc4a81a1b998 (patch) | |
| tree | 3f42b219351314f41f589809128908b18925aa04 /flake.nix | |
| parent | 4cc4e1fec5775a15663eb4d91d171276aa04ecf4 (diff) | |
actions: use nix-eval-jobs for ci
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 = { |
