forked from utdemir/dotfiles-nix
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathflake.lock
83 lines (83 loc) · 2.1 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
{
"nodes": {
"emacs-overlay": {
"locked": {
"lastModified": 1605471872,
"narHash": "sha256-jmYSby15dA/sXkXzPUDUpqyjk4268qfCsvH9GpH0Rqk=",
"owner": "nix-community",
"repo": "emacs-overlay",
"rev": "68912d06d55ae04bc2f66cc1bdfd6843f8b233ab",
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "master",
"repo": "emacs-overlay",
"type": "github"
}
},
"home-manager": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1605480595,
"narHash": "sha256-4mMH9tbtXwv0XUBQejBrSWIu2Hro1/ZbXUtOMAzn5nk=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "9e01441c5c1111cfd6f1d021c742949760f29d4f",
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "master",
"repo": "home-manager",
"type": "github"
}
},
"nixos-hardware": {
"locked": {
"lastModified": 1604571579,
"narHash": "sha256-3kQmLlKOlH742cZqeFd18JaKcuOBItAY2Pf6V9Q4tx4=",
"owner": "nixos",
"repo": "nixos-hardware",
"rev": "40ade7c0349d31e9f9722c7331de3c473f65dce0",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "master",
"repo": "nixos-hardware",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1604987532,
"narHash": "sha256-O3afggEbKLxnHbNmZq6Mno8dbtNrPk5D2RN3x5HoH5U=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "dd1b7e377f6d77ddee4ab84be11173d3566d6a18",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"emacs-overlay": "emacs-overlay",
"home-manager": "home-manager",
"nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}