-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflake.lock
47 lines (47 loc) · 1.03 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
{
"nodes": {
"home": {
"inputs": {
"nixpkgs": [
"nixos"
]
},
"locked": {
"lastModified": 1740145731,
"narHash": "sha256-foYErxD5YuRCkRGUd5AcQjCrX7ELdPJr3+eYMfNmI4U=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "3c82285348bc811b723014cf4dba2f87e7ffc885",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "home-manager",
"type": "github"
}
},
"nixos": {
"locked": {
"lastModified": 1740148620,
"narHash": "sha256-ZRiP72fb0+mLKU+79/OD1OPIpj+ukLzv35Oh3AQzsuY=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "42c645fd90bbc090f4e4d0dd8ba8a0aae834d0c1",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "master",
"type": "indirect"
}
},
"root": {
"inputs": {
"home": "home",
"nixos": "nixos"
}
}
},
"root": "root",
"version": 7
}