-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathflake.lock
96 lines (96 loc) · 2.56 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
{
"nodes": {
"flake-utils": {
"locked": {
"lastModified": 1659877975,
"narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"magic_enum": {
"flake": false,
"locked": {
"lastModified": 1633736444,
"narHash": "sha256-21Utq7cmeHEW0rglatIRYjwY4PLGgEjRhGklfv1cx9k=",
"owner": "Neargye",
"repo": "magic_enum",
"rev": "c7a0c83ed44ec793285ebab58a86b232d10b5082",
"type": "github"
},
"original": {
"owner": "Neargye",
"repo": "magic_enum",
"rev": "c7a0c83ed44ec793285ebab58a86b232d10b5082",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1664504364,
"narHash": "sha256-cYN8WjhuEs5c6J3ujcmloOU8tDH3yMC3HwoNvYTGot8=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "c2bd444481ad37ac2059580b99281915ab7d5a9c",
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"flake-utils": "flake-utils",
"magic_enum": "magic_enum",
"nixpkgs": "nixpkgs",
"semver": "semver",
"single_application": "single_application"
}
},
"semver": {
"flake": false,
"locked": {
"lastModified": 1623864083,
"narHash": "sha256-PMslCT6y536MLqDYj6Zrh/bz2cguRpegURUDQ6ugf1Q=",
"owner": "Neargye",
"repo": "semver",
"rev": "2a8aa6a50fdb6a9a7ea519cbfdedb5d313b7844c",
"type": "github"
},
"original": {
"owner": "Neargye",
"repo": "semver",
"rev": "2a8aa6a50fdb6a9a7ea519cbfdedb5d313b7844c",
"type": "github"
}
},
"single_application": {
"flake": false,
"locked": {
"lastModified": 1633341549,
"narHash": "sha256-XnCXsi1nWMEXFVZZRNfs8ieO7a5/Z3QZjQzC7V27Yag=",
"owner": "itay-grudev",
"repo": "SingleApplication",
"rev": "0d7b2630bda26f7dd4752c90faa9719455cab433",
"type": "github"
},
"original": {
"owner": "itay-grudev",
"repo": "SingleApplication",
"rev": "0d7b2630bda26f7dd4752c90faa9719455cab433",
"type": "github"
}
}
},
"root": "root",
"version": 7
}