-
Notifications
You must be signed in to change notification settings - Fork 2
/
flake.lock
77 lines (77 loc) · 1.89 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
{
"nodes": {
"inclusive": {
"inputs": {
"stdlib": "stdlib"
},
"locked": {
"lastModified": 1604336572,
"narHash": "sha256-pdfjS112oy9XBAjqgeHLyN4koWu1YyzPzuhGDDi2lPo=",
"owner": "input-output-hk",
"repo": "nix-inclusive",
"rev": "28bf7ef96d3eb5c04026b5cdae870ad9dc677712",
"type": "github"
},
"original": {
"owner": "input-output-hk",
"repo": "nix-inclusive",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1616174264,
"narHash": "sha256-88Pu2xh1p2tixNxdijfqoCqq9ymkEx0d6jc7ycWavLo=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "f5e8bdd07d1afaabf6b37afc5497b1e498b8046f",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"inclusive": "inclusive",
"nixpkgs": "nixpkgs",
"utils": "utils"
}
},
"stdlib": {
"locked": {
"lastModified": 1590026685,
"narHash": "sha256-E5INrVvYX/P/UpcoUFDAsuHem+lsqT+/teBs9O7oc9Q=",
"owner": "manveru",
"repo": "nix-lib",
"rev": "99088cf7febcdb21afd375a335dcafa959bef3ed",
"type": "github"
},
"original": {
"owner": "manveru",
"repo": "nix-lib",
"type": "github"
}
},
"utils": {
"locked": {
"lastModified": 1614513358,
"narHash": "sha256-LakhOx3S1dRjnh0b5Dg3mbZyH0ToC9I8Y2wKSkBaTzU=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "5466c5bbece17adaab2d82fae80b46e807611bf3",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
}
},
"root": "root",
"version": 7
}