-
Notifications
You must be signed in to change notification settings - Fork 10
/
flake.lock
90 lines (90 loc) · 2.1 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
{
"nodes": {
"hackpkgs": {
"inputs": {
"flake-utils": [
"rednix",
"utils"
],
"nixpkgs": [
"rednix",
"nixpkgs"
]
},
"locked": {
"lastModified": 1658745217,
"narHash": "sha256-VyP2WOYmMZG5zmysQWDAXri8H1KwIQ0c+YU9eRiKjc0=",
"owner": "applePrincess",
"repo": "hackpkgs",
"rev": "dd31e977fb99a6f7226954d2cb1d6f48869d8a55",
"type": "github"
},
"original": {
"owner": "applePrincess",
"repo": "hackpkgs",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1690548937,
"narHash": "sha256-x3ZOPGLvtC0/+iFAg9Kvqm/8hTAIkGjc634SqtgaXTA=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "2a9d660ff0f7ffde9d73be328ee6e6f10ef66b28",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"rednix": {
"inputs": {
"hackpkgs": "hackpkgs",
"nixpkgs": [
"nixpkgs"
],
"utils": "utils"
},
"locked": {
"lastModified": 1690903856,
"narHash": "sha256-Jx/WB6fXSxfuc+52QHqK7Nn3O9bdcSoU5m7RJaOv5fA=",
"owner": "redcode-labs",
"repo": "RedNix",
"rev": "00dd0cec2483a97281ef22c876077eb03337c0f6",
"type": "github"
},
"original": {
"owner": "redcode-labs",
"repo": "RedNix",
"type": "github"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs",
"rednix": "rednix"
}
},
"utils": {
"locked": {
"lastModified": 1678901627,
"narHash": "sha256-U02riOqrKKzwjsxc/400XnElV+UtPUQWpANPlyazjH0=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "93a2b84fc4b70d9e089d029deacc3583435c2ed6",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
}
},
"root": "root",
"version": 7
}