diff options
| author | seth <[email protected]> | 2023-12-15 02:38:39 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-15 16:41:13 -0500 |
| commit | 03223e6e6d061a18b66a69092c59e6a0cb6d1d3f (patch) | |
| tree | 87d1d7aa8edd58790a078b36ceebf0e702570a09 /flake.nix | |
| parent | 2ee6985ee62036afe8c1adc76849ffaf42a08bb8 (diff) | |
ci: garnix -> gha + attic
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 17 |
1 files changed, 11 insertions, 6 deletions
@@ -2,12 +2,8 @@ description = "teawie moment"; nixConfig = { - extra-substituters = [ - "https://cache.garnix.io" - ]; - extra-trusted-public-keys = [ - "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=" - ]; + extra-substituters = ["https://cache.mydadleft.me/teawiebot"]; + extra-trusted-public-keys = ["teawiebot:vp7AaQ042O/3326DMMtLF4MOUa5/kCBAq+YApy5GWXA="]; }; inputs = { @@ -31,6 +27,11 @@ proc-flake.url = "github:srid/proc-flake"; flake-root.url = "github:srid/flake-root"; + nix2workflow = { + url = "github:getchoo/nix2workflow"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + pre-commit = { url = "github:cachix/pre-commit-hooks.nix"; inputs.nixpkgs.follows = "nixpkgs"; @@ -42,12 +43,16 @@ parts.lib.mkFlake {inherit inputs;} { imports = [ inputs.pre-commit.flakeModule + inputs.proc-flake.flakeModule inputs.flake-root.flakeModule + inputs.nix2workflow.flakeModule + ./parts/deployment.nix ./parts/dev.nix ./parts/packages.nix + ./parts/workflow.nix ]; systems = [ |
