diff options
| author | seth <[email protected]> | 2023-07-02 12:28:11 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-07-02 19:22:19 +0000 |
| commit | 3716419055f11a80c3bab92de343075c15f84be1 (patch) | |
| tree | c449e941587721825fc964abd1feaafb1edc21bd /flake.nix | |
| parent | c71a2c41f4e98b394bebe738d1f582c440d5337e (diff) | |
!hercules-ci -> garnix
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 16 |
1 files changed, 3 insertions, 13 deletions
@@ -4,11 +4,13 @@ nixConfig = { extra-substituters = [ "https://getchoo.cachix.org" # personal cache + "https://cache.garnix.io" # garnix cache "https://nix-community.cachix.org" # nix-community "https://wurzelpfropf.cachix.org" # ragenix ]; extra-trusted-public-keys = [ "getchoo.cachix.org-1:ftdbAUJVNaFonM0obRGgR5+nUmdLMM+AOvDOSx0z5tE=" + "cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" "wurzelpfropf.cachix.org-1:ilZwK5a6wJqVr7Fyrzp4blIEkGK+LJT0QrpWr1qBNq0=" ]; @@ -24,6 +26,7 @@ flake = false; }; + # ditto flake-utils.url = "github:numtide/flake-utils"; flake-parts = { @@ -43,19 +46,6 @@ inputs.pre-commit-hooks.follows = "pre-commit-hooks"; }; - hercules-ci-agent = { - url = "github:hercules-ci/hercules-ci-agent"; - inputs.nixpkgs.follows = "nixpkgs"; - inputs.flake-parts.follows = "flake-parts"; - }; - - hercules-ci-effects = { - url = "github:hercules-ci/hercules-ci-effects"; - inputs.nixpkgs.follows = "nixpkgs"; - inputs.flake-parts.follows = "flake-parts"; - inputs.hercules-ci-agent.follows = "hercules-ci-agent"; - }; - home-manager = { url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; |
