a bare-bones limbo server in rust (mirror of https://github.com/xoogware/crawlspace)
1{
2 "nodes": {
3 "flake-parts": {
4 "inputs": {
5 "nixpkgs-lib": "nixpkgs-lib"
6 },
7 "locked": {
8 "lastModified": 1727826117,
9 "narHash": "sha256-K5ZLCyfO/Zj9mPFldf3iwS6oZStJcU4tSpiXTMYaaL0=",
10 "owner": "hercules-ci",
11 "repo": "flake-parts",
12 "rev": "3d04084d54bedc3d6b8b736c70ef449225c361b1",
13 "type": "github"
14 },
15 "original": {
16 "owner": "hercules-ci",
17 "repo": "flake-parts",
18 "type": "github"
19 }
20 },
21 "nixpkgs": {
22 "locked": {
23 "lastModified": 1729880355,
24 "narHash": "sha256-RP+OQ6koQQLX5nw0NmcDrzvGL8HDLnyXt/jHhL1jwjM=",
25 "owner": "NixOS",
26 "repo": "nixpkgs",
27 "rev": "18536bf04cd71abd345f9579158841376fdd0c5a",
28 "type": "github"
29 },
30 "original": {
31 "owner": "NixOS",
32 "ref": "nixos-unstable",
33 "repo": "nixpkgs",
34 "type": "github"
35 }
36 },
37 "nixpkgs-lib": {
38 "locked": {
39 "lastModified": 1727825735,
40 "narHash": "sha256-0xHYkMkeLVQAMa7gvkddbPqpxph+hDzdu1XdGPJR+Os=",
41 "type": "tarball",
42 "url": "https://github.com/NixOS/nixpkgs/archive/fb192fec7cc7a4c26d51779e9bab07ce6fa5597a.tar.gz"
43 },
44 "original": {
45 "type": "tarball",
46 "url": "https://github.com/NixOS/nixpkgs/archive/fb192fec7cc7a4c26d51779e9bab07ce6fa5597a.tar.gz"
47 }
48 },
49 "root": {
50 "inputs": {
51 "flake-parts": "flake-parts",
52 "nixpkgs": "nixpkgs",
53 "rust-overlay": "rust-overlay"
54 }
55 },
56 "rust-overlay": {
57 "inputs": {
58 "nixpkgs": [
59 "nixpkgs"
60 ]
61 },
62 "locked": {
63 "lastModified": 1730082698,
64 "narHash": "sha256-xGP95+G2/esys6FpxrunwwfhirfGsFfPKBJ12MLV1Ps=",
65 "owner": "oxalica",
66 "repo": "rust-overlay",
67 "rev": "0d594a39c8f08d81246d06a56e1ccfc04782404f",
68 "type": "github"
69 },
70 "original": {
71 "owner": "oxalica",
72 "repo": "rust-overlay",
73 "type": "github"
74 }
75 }
76 },
77 "root": "root",
78 "version": 7
79}