-
Notifications
You must be signed in to change notification settings - Fork 0
/
flake.lock
60 lines (60 loc) · 1.46 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
{
"nodes": {
"flake-utils": {
"locked": {
"lastModified": 1610051610,
"narHash": "sha256-U9rPz/usA1/Aohhk7Cmc2gBrEEKRzcW4nwPWMPwja4Y=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "3982c9903e93927c2164caa727cd3f6a0e6d14cc",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1605721780,
"narHash": "sha256-MhaNS4HGHcOCwW+HadSxustHTzD1LWznh584eYBvJ5Q=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "58f9c4c7d3a42c912362ca68577162e38ea8edfb",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-20.09",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgsEdge": {
"locked": {
"lastModified": 1621518177,
"narHash": "sha256-sbpN+Dp2/c3ayyqUGseUckKSThw569jinDcvljTbXu4=",
"owner": "leo60228",
"repo": "nixpkgs",
"rev": "b59cdb74404cc609e9a2180b0a9e03b950276638",
"type": "github"
},
"original": {
"owner": "leo60228",
"ref": "edge",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs",
"nixpkgsEdge": "nixpkgsEdge"
}
}
},
"root": "root",
"version": 7
}