-
Notifications
You must be signed in to change notification settings - Fork 0
/
flake.lock
115 lines (115 loc) · 2.9 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
{
"nodes": {
"home-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
],
"utils": "utils"
},
"locked": {
"lastModified": 1670253003,
"narHash": "sha256-/tJIy4+FbsQyslq1ipyicZ2psOEd8dvl4OJ9lfisjd0=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "0e8125916b420e41bf0d23a0aa33fadd0328beb3",
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "release-22.11",
"repo": "home-manager",
"type": "github"
}
},
"mypkgs": {
"inputs": {
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1676556837,
"narHash": "sha256-NJGDaIHT6FmrrYcBNQqq2eZT20/o25e5Lrh4RtW410s=",
"owner": "EvanPiro",
"repo": "mypkgs",
"rev": "12638d83d1444bcd26a29bf05539e73a8befc628",
"type": "github"
},
"original": {
"owner": "EvanPiro",
"repo": "mypkgs",
"type": "github"
}
},
"nixos-hardware": {
"locked": {
"lastModified": 1678397099,
"narHash": "sha256-5xq8YJe+h19TlD+EI4AE/3H3jcCcQ2AWU6CWBVc5tRc=",
"owner": "nixos",
"repo": "nixos-hardware",
"rev": "556101ff85bd6e20900ec73ee525b935154bc8ea",
"type": "github"
},
"original": {
"owner": "nixos",
"repo": "nixos-hardware",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1671564233,
"narHash": "sha256-O6wJwFMgpx2WPgz8ihbYxRGvsuTU64QhFkXt7vJgWe0=",
"owner": "EvanPiro",
"repo": "nixpkgs",
"rev": "5ddd3c9fe322c34710a7b6dcd1653c4555230970",
"type": "github"
},
"original": {
"owner": "EvanPiro",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_2": {
"locked": {
"lastModified": 1674609682,
"narHash": "sha256-2v6csc5QVlCmsBBcu5atjXdgWHVuKexCwHogjPjrUOQ=",
"owner": "EvanPiro",
"repo": "nixpkgs",
"rev": "bea90a5736a9b93fdf43dc8bd5d5236b3a18eee6",
"type": "github"
},
"original": {
"owner": "EvanPiro",
"ref": "postgrest",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"home-manager": "home-manager",
"mypkgs": "mypkgs",
"nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs_2"
}
},
"utils": {
"locked": {
"lastModified": 1667395993,
"narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
}
},
"root": "root",
"version": 7
}