diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 14 |
1 files changed, 3 insertions, 11 deletions
@@ -2,8 +2,8 @@ description = "teawie moment"; nixConfig = { - extra-substituters = ["https://cache.mydadleft.me/teawiebot"]; - extra-trusted-public-keys = ["teawiebot:vp7AaQ042O/3326DMMtLF4MOUa5/kCBAq+YApy5GWXA="]; + extra-substituters = ["https://cache.garnix.io"]; + extra-trusted-public-keys = ["cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="]; }; inputs = { @@ -27,11 +27,6 @@ proc-flake.url = "github:srid/proc-flake"; flake-root.url = "github:srid/flake-root"; - nix2workflow = { - url = "github:getchoo/nix2workflow"; - inputs.nixpkgs-lib.follows = "nixpkgs"; - }; - pre-commit = { url = "github:cachix/pre-commit-hooks.nix"; inputs.nixpkgs.follows = "nixpkgs"; @@ -43,16 +38,13 @@ parts.lib.mkFlake {inherit inputs;} { imports = [ inputs.pre-commit.flakeModule - inputs.proc-flake.flakeModule inputs.flake-root.flakeModule - inputs.nix2workflow.flakeModule - + ./nix/ci.nix ./nix/deployment.nix ./nix/dev.nix ./nix/packages.nix - ./nix/workflow.nix ]; systems = [ |
