A cutesy HTTP client for Gleam

flake.lock

+93
+1
.gitignore
··· 1 1 *.beam 2 2 *.ez 3 3 /build 4 + /.direnv 4 5 erl_crash.dump
+92
flake.lock
··· 1 + { 2 + "nodes": { 3 + "flakelight": { 4 + "inputs": { 5 + "nixpkgs": [ 6 + "nixpkgs" 7 + ] 8 + }, 9 + "locked": { 10 + "lastModified": 1770643227, 11 + "narHash": "sha256-Dhl7sU33nociCpvK51Dc6Kr3c3g6e37GiaQ8RsdhaiE=", 12 + "owner": "nix-community", 13 + "repo": "flakelight", 14 + "rev": "06f0fad6089dbc5cff57607c9ed4ee01dea00c90", 15 + "type": "github" 16 + }, 17 + "original": { 18 + "owner": "nix-community", 19 + "repo": "flakelight", 20 + "type": "github" 21 + } 22 + }, 23 + "flakelight-treefmt": { 24 + "inputs": { 25 + "flakelight": [ 26 + "flakelight" 27 + ], 28 + "treefmt-nix": "treefmt-nix" 29 + }, 30 + "locked": { 31 + "lastModified": 1770729297, 32 + "narHash": "sha256-iNI2pIkYSdENcAm/M7daQQhpt6G4DqnNDVF+x3PT/Yc=", 33 + "owner": "m15a", 34 + "repo": "flakelight-treefmt", 35 + "rev": "5c6d9b15364874a2a3149a836d4d0ac37d4f7172", 36 + "type": "github" 37 + }, 38 + "original": { 39 + "owner": "m15a", 40 + "repo": "flakelight-treefmt", 41 + "type": "github" 42 + } 43 + }, 44 + "nixpkgs": { 45 + "locked": { 46 + "lastModified": 1771008912, 47 + "narHash": "sha256-gf2AmWVTs8lEq7z/3ZAsgnZDhWIckkb+ZnAo5RzSxJg=", 48 + "owner": "NixOS", 49 + "repo": "nixpkgs", 50 + "rev": "a82ccc39b39b621151d6732718e3e250109076fa", 51 + "type": "github" 52 + }, 53 + "original": { 54 + "owner": "NixOS", 55 + "ref": "nixos-unstable", 56 + "repo": "nixpkgs", 57 + "type": "github" 58 + } 59 + }, 60 + "root": { 61 + "inputs": { 62 + "flakelight": "flakelight", 63 + "flakelight-treefmt": "flakelight-treefmt", 64 + "nixpkgs": "nixpkgs" 65 + } 66 + }, 67 + "treefmt-nix": { 68 + "inputs": { 69 + "nixpkgs": [ 70 + "flakelight-treefmt", 71 + "flakelight", 72 + "nixpkgs" 73 + ] 74 + }, 75 + "locked": { 76 + "lastModified": 1770228511, 77 + "narHash": "sha256-wQ6NJSuFqAEmIg2VMnLdCnUc0b7vslUohqqGGD+Fyxk=", 78 + "owner": "numtide", 79 + "repo": "treefmt-nix", 80 + "rev": "337a4fe074be1042a35086f15481d763b8ddc0e7", 81 + "type": "github" 82 + }, 83 + "original": { 84 + "owner": "numtide", 85 + "repo": "treefmt-nix", 86 + "type": "github" 87 + } 88 + } 89 + }, 90 + "root": "root", 91 + "version": 7 92 + }