-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathflake.lock
More file actions
88 lines (88 loc) · 2.33 KB
/
flake.lock
File metadata and controls
88 lines (88 loc) · 2.33 KB
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
{
"nodes": {
"basepkgs": {
"inputs": {
"basepkgs": "basepkgs_2",
"nixpkgs": "nixpkgs",
"nixpkgs-darwin": "nixpkgs-darwin"
},
"locked": {
"lastModified": 1774694867,
"narHash": "sha256-Cgch0+tWHddjTUMhXCiUpu4yDGNFdMb9BAtyjv7+mTw=",
"ref": "refs/heads/master",
"rev": "0f2afe624cb0e259edbc87bdf60aabdd4cf2580a",
"revCount": 117,
"type": "git",
"url": "ssh://git@github.com/composewell/streamly-packages"
},
"original": {
"rev": "0f2afe624cb0e259edbc87bdf60aabdd4cf2580a",
"type": "git",
"url": "ssh://git@github.com/composewell/streamly-packages"
}
},
"basepkgs_2": {
"locked": {
"lastModified": 1774694658,
"narHash": "sha256-E4PwUiMKxH7paTq/6KCkudmJDTICOV4PdLOVxlWclwQ=",
"owner": "composewell",
"repo": "nixpack",
"rev": "57811ee9a97c48b5ec84909bc137eb57361651b0",
"type": "github"
},
"original": {
"owner": "composewell",
"repo": "nixpack",
"rev": "57811ee9a97c48b5ec84909bc137eb57361651b0",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1774106199,
"narHash": "sha256-US5Tda2sKmjrg2lNHQL3jRQ6p96cgfWh3J1QBliQ8Ws=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "6c9a78c09ff4d6c21d0319114873508a6ec01655",
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "6c9a78c09ff4d6c21d0319114873508a6ec01655",
"type": "github"
}
},
"nixpkgs-darwin": {
"locked": {
"lastModified": 1774106199,
"narHash": "sha256-US5Tda2sKmjrg2lNHQL3jRQ6p96cgfWh3J1QBliQ8Ws=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "6c9a78c09ff4d6c21d0319114873508a6ec01655",
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "6c9a78c09ff4d6c21d0319114873508a6ec01655",
"type": "github"
}
},
"root": {
"inputs": {
"basepkgs": "basepkgs",
"nixpkgs": [
"basepkgs",
"nixpkgs"
],
"nixpkgs-darwin": [
"basepkgs",
"nixpkgs-darwin"
]
}
}
},
"root": "root",
"version": 7
}