-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathflake.lock
76 lines (76 loc) · 1.92 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
{
"nodes": {
"arapov-nixpkgs": {
"locked": {
"lastModified": 1618306490,
"narHash": "sha256-w29pzvJIY1CAhnf3RtuAfRIi8KCtLF7k0R1Ds/Ldi6w=",
"owner": "arapov",
"repo": "nixpkgs",
"rev": "7cf5a0efb9d92991c9cbcdfdbb5349225dcdbbc6",
"type": "github"
},
"original": {
"owner": "arapov",
"ref": "hardkernel",
"repo": "nixpkgs",
"type": "github"
}
},
"flake-utils": {
"locked": {
"lastModified": 1638122382,
"narHash": "sha256-sQzZzAbvKEqN9s0bzWuYmRaA03v40gaJ4+iL1LXjaeI=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "74f7e4319258e287b0f9cb95426c9853b282730b",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1656123846,
"narHash": "sha256-R6ZFiLxr69+FzDCHRe1UXc+LhpvbWPzaw3ye5h5MxQk=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "7a1700745cc58f29003bd7ac43229a585dddde4f",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "release-22.05",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1656171112,
"narHash": "sha256-2WnIZRPqaetqPvUdNzWKmrS2ItF84X5ix8in8YFaycc=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "e1dc9f89c5109dea6ddb8701c4f48fcfc462e495",
"type": "github"
},
"original": {
"owner": "nixos",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"arapov-nixpkgs": "arapov-nixpkgs",
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs",
"nixpkgs-unstable": "nixpkgs-unstable"
}
}
},
"root": "root",
"version": 7
}