diff options
| author | seth <[email protected]> | 2023-04-23 06:21:19 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-04-23 06:21:19 -0400 |
| commit | 198ab36214456ba2e660aa71b4e75341dd87c7d4 (patch) | |
| tree | f4567e38e3a26d1381753fe56660495fb17fa215 /flake.nix | |
| parent | 82d30e10ad00e523b215b03c895cdbab319b028d (diff) | |
init p-body
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -24,6 +24,11 @@ inputs.nixpkgs.follows = "nixpkgs"; inputs.flake-compat.follows = "flake-compat"; }; + guzzle_api = { + url = "github:getchoo/guzzle_api"; + inputs.nixpkgs.follows = "nixpkgsUnstable"; + inputs.pre-commit-hooks.follows = "pre-commit-hooks"; + }; haumea = { url = "github:nix-community/haumea"; inputs.nixpkgs.follows = "nixpkgs"; |
