-
Notifications
You must be signed in to change notification settings - Fork 70
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": 1764227617,
"narHash": "sha256-6ufcKQRBK41hzBQPQKHTUqdB5TXYyx4QD3TwaXymHwg=",
"ref": "refs/heads/master",
"rev": "5c3c31fa35f9f75a52e2fd68f7d1d47f7622ce33",
"revCount": 108,
"type": "git",
"url": "ssh://git@github.com/composewell/streamly-packages"
},
"original": {
"rev": "5c3c31fa35f9f75a52e2fd68f7d1d47f7622ce33",
"type": "git",
"url": "ssh://git@github.com/composewell/streamly-packages"
}
},
"basepkgs_2": {
"locked": {
"lastModified": 1764227406,
"narHash": "sha256-aLI1AFkYWoJAWftnnQwLRiUaZnVIzNY3kkjW5ITigew=",
"owner": "composewell",
"repo": "nixpack",
"rev": "b00feebadac4b09a4670c7d68a567dc957f6cb82",
"type": "github"
},
"original": {
"owner": "composewell",
"repo": "nixpack",
"rev": "b00feebadac4b09a4670c7d68a567dc957f6cb82",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1761440988,
"narHash": "sha256-2qsow3cQIgZB2g8Cy8cW+L9eXDHP6a1PsvOschk5y+E=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "de69d2ba6c70e747320df9c096523b623d3a4c35",
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "de69d2ba6c70e747320df9c096523b623d3a4c35",
"type": "github"
}
},
"nixpkgs-darwin": {
"locked": {
"lastModified": 1761430225,
"narHash": "sha256-rwI/YwAAByROAXkGbQNsxgUl/UM5eG5N6XIUzBKOIOw=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "08478b816182dc3cc208210b996294411690111d",
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "08478b816182dc3cc208210b996294411690111d",
"type": "github"
}
},
"root": {
"inputs": {
"basepkgs": "basepkgs",
"nixpkgs": [
"basepkgs",
"nixpkgs"
],
"nixpkgs-darwin": [
"basepkgs",
"nixpkgs-darwin"
]
}
}
},
"root": "root",
"version": 7
}