-
-
Notifications
You must be signed in to change notification settings - Fork 46
/
flake.lock
63 lines (63 loc) · 1.47 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
{
"nodes": {
"flakeUtils": {
"locked": {
"lastModified": 1634851050,
"narHash": "sha256-N83GlSGPJJdcqhUxSCS/WwW5pksYf3VP1M13cDRTSVA=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "c91f3de5adaf1de973b797ef7485e441a65b8935",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"makes": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1634846450,
"narHash": "sha256-zgI1NpOMYeP154DoL7ko1SjaGR8mjuYhVPsD56g9l7Q=",
"owner": "fluidattacks",
"repo": "makes",
"rev": "27f7fdb09400295a4fa58f2a9ccdac97c8f26d8c",
"type": "github"
},
"original": {
"owner": "fluidattacks",
"repo": "makes",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1635122851,
"narHash": "sha256-0m8W0u/rQIx9QydApjj7K0cSIBYyP0M62julslW9brs=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "33afbbd4afe427d0bcac3354382c33c0a358a06a",
"type": "github"
},
"original": {
"owner": "nixos",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"flakeUtils": "flakeUtils",
"makes": "makes",
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}