diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -34,6 +34,11 @@ inputs.nixpkgs.follows = "nixpkgs"; inputs.flake-compat.follows = "flake-compat"; }; + getchoo-website = { + url = "github:getchoo/getchoo.github.io"; + inputs.nixpkgs.follows = "nixpkgsUnstable"; + inputs.pre-commit-hooks.follows = "pre-commit-hooks"; + }; guzzle_api = { url = "github:getchoo/guzzle_api"; inputs.nixpkgs.follows = "nixpkgsUnstable"; |
