-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflake.lock
106 lines (106 loc) · 2.59 KB
/
flake.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"nodes": {
"code": {
"inputs": {
"nixpkgs": [
"nixpkgs"
],
"rust-overlay": "rust-overlay"
},
"locked": {
"lastModified": 1,
"narHash": "sha256-Fg1ca3j/XHuZQJi+SC4Quk4o1iYbvKitDWWN+8OEN0E=",
"path": "/nix/store/hwd3y5iql151r96pgz8df0rv2rdz0fvg-source/code",
"type": "path"
},
"original": {
"path": "/nix/store/hwd3y5iql151r96pgz8df0rv2rdz0fvg-source/code",
"type": "path"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1737370608,
"narHash": "sha256-hFA6SmioeqvGW/XvZa9bxniAeulksCOcj3kokdNT/YE=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "300081d0cc72df578b02d914df941b8ec62240e6",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"report": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1,
"narHash": "sha256-qfTfWI984Nbn+GAMXbEVyo8eux1T2DyQoARQIDDiWxI=",
"path": "/nix/store/hwd3y5iql151r96pgz8df0rv2rdz0fvg-source/report",
"type": "path"
},
"original": {
"path": "/nix/store/hwd3y5iql151r96pgz8df0rv2rdz0fvg-source/report",
"type": "path"
}
},
"root": {
"inputs": {
"code": "code",
"nixpkgs": "nixpkgs",
"report": "report",
"website-builder": "website-builder"
}
},
"rust-overlay": {
"inputs": {
"nixpkgs": [
"code",
"nixpkgs"
]
},
"locked": {
"lastModified": 1734057252,
"narHash": "sha256-fpSFuiW+O2L0ru2GrXBS0wcAYV9+yDE0Gf800UsWutY=",
"owner": "oxalica",
"repo": "rust-overlay",
"rev": "1f56a5c88e4dcaa0ab1ba04c4bc5a977cff840b2",
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
}
},
"website-builder": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1737502356,
"narHash": "sha256-IF8rpMs63pPu+EvLRQ1mfyc1EZHP7BNeK3dN048tf1U=",
"owner": "rasmus-kirk",
"repo": "website-builder",
"rev": "d9fc8c15f297fa7a588b3ca251ef77e1f0c6ebb5",
"type": "github"
},
"original": {
"owner": "rasmus-kirk",
"repo": "website-builder",
"type": "github"
}
}
},
"root": "root",
"version": 7
}