forked from jethrokuan/nix
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathflake.lock
More file actions
75 lines (75 loc) · 1.8 KB
/
flake.lock
File metadata and controls
75 lines (75 loc) · 1.8 KB
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
{
"nodes": {
"home": {
"inputs": {
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1603922580,
"narHash": "sha256-rPJ3YxsVm5YYHzIRLy1w3jSXIQvVXK1KydraC7m/2xc=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "a98ec6ec158686387d66654ea96153ec06be33d7",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "home-manager",
"type": "github"
}
},
"master": {
"locked": {
"lastModified": 1604284380,
"narHash": "sha256-QBfRXoireiZ0khXqIJ1RvlHKGSlkEE6csg5/jEwBN0Y=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "222870a0dfbaf27a6e30a33aa1d06e0e91584aae",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "master",
"type": "indirect"
}
},
"nixos": {
"locked": {
"lastModified": 1604284380,
"narHash": "sha256-QBfRXoireiZ0khXqIJ1RvlHKGSlkEE6csg5/jEwBN0Y=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "222870a0dfbaf27a6e30a33aa1d06e0e91584aae",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "master",
"type": "indirect"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1591748508,
"narHash": "sha256-GdYYaYsSBgYUhbDT1JJQ7vEgo8FWeW/AW7/qqJuCvRA=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "1d8c4410687390f9b8f92dbe6ff39fd8fc2b17c6",
"type": "github"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
}
},
"root": {
"inputs": {
"home": "home",
"master": "master",
"nixos": "nixos"
}
}
},
"root": "root",
"version": 7
}