-
Notifications
You must be signed in to change notification settings - Fork 2
/
flake.lock
152 lines (152 loc) · 3.91 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"nodes": {
"emacs": {
"locked": {
"lastModified": 1616214656,
"narHash": "sha256-ceFOGcsbGlP/qtxMBlRGFH5fsbN+uGQYeHUrpgcRS4U=",
"owner": "nix-community",
"repo": "emacs-overlay",
"rev": "d9530a7048f4b1c0f65825202a0ce1d111a1d39a",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "emacs-overlay",
"type": "github"
}
},
"flake-utils": {
"locked": {
"lastModified": 1614513358,
"narHash": "sha256-LakhOx3S1dRjnh0b5Dg3mbZyH0ToC9I8Y2wKSkBaTzU=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "5466c5bbece17adaab2d82fae80b46e807611bf3",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"home-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1617824794,
"narHash": "sha256-UGkvzx0nIXHhNq/KwJLjXvKAQRE2V33MuX+UirvqrkQ=",
"owner": "rycee",
"repo": "home-manager",
"rev": "2aa20ae969f2597c4df10a094440a66e9d7f8c86",
"type": "github"
},
"original": {
"owner": "rycee",
"ref": "release-20.09",
"repo": "home-manager",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1618358082,
"narHash": "sha256-4vyEiTcCk7hRigwcRqDAF86YQbUzALUNxyH8SLG4oeo=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "dec334fa196a4aeedb1b60d8f7d61aa00d327499",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-20.09",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-extra": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1617283529,
"narHash": "sha256-TFoAQtDLFyTaAGDLIc3rtC0LEoExruz6Xr7L+gCeXzg=",
"owner": "romatthe",
"repo": "nixpkgs-extra",
"rev": "9e60cb2d4ce5633ba679bbc6ecffc90825122ebb",
"type": "github"
},
"original": {
"owner": "romatthe",
"repo": "nixpkgs-extra",
"type": "github"
}
},
"nixpkgs-master": {
"locked": {
"lastModified": 1618522238,
"narHash": "sha256-DXoUCbKvYsiW36PSrPi8Y4GZ8cZHhURHQz2SaEesGrs=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "6d22c594347dad7b295908cdd8c286095ed9654d",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "master",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1618306168,
"narHash": "sha256-/IOtgzdEaiEqRVn6OhpekuYhRHfCm299Bqts5QqQVko=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "4c87cb87a2db6b9eb43541c1cf83f2a2f725fa25",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nur": {
"locked": {
"lastModified": 1617260734,
"narHash": "sha256-jkYWZIXW6a0AJvplOZY9RIZJXul/2zNhhP9r8NKQ8QM=",
"owner": "nix-community",
"repo": "NUR",
"rev": "2315cc5ff5c8ef0d0cccef9ae220da1b79292dbf",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "NUR",
"type": "github"
}
},
"root": {
"inputs": {
"emacs": "emacs",
"home-manager": "home-manager",
"nixpkgs": "nixpkgs",
"nixpkgs-extra": "nixpkgs-extra",
"nixpkgs-master": "nixpkgs-master",
"nixpkgs-unstable": "nixpkgs-unstable",
"nur": "nur"
}
}
},
"root": "root",
"version": 7
}