-
Notifications
You must be signed in to change notification settings - Fork 0
/
flake.lock
65 lines (65 loc) · 1.62 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
{
"nodes": {
"darwin": {
"inputs": {
"nixpkgs": [
"nixpkgs-stable"
]
},
"locked": {
"lastModified": 1735470496,
"narHash": "sha256-Kx2ungOLiOXw+A/GDeeWGF91pu4Pxtf51A9VTJQKG1U=",
"owner": "LnL7",
"repo": "nix-darwin",
"rev": "713da7b75b9ed86b1aeef25981dc73f99ea0477f",
"type": "github"
},
"original": {
"owner": "LnL7",
"repo": "nix-darwin",
"type": "github"
}
},
"nixpkgs-pinned-unstable": {
"locked": {
"lastModified": 1735470105,
"narHash": "sha256-lnbbxi3qHwO7kJQUnty8VV9JZDT0MIJ+p6JAP5sHlak=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "388129ef194a9898401d9e9f9453d0945b1a0d85",
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "388129ef194a9898401d9e9f9453d0945b1a0d85",
"type": "github"
}
},
"nixpkgs-stable": {
"locked": {
"lastModified": 1735303085,
"narHash": "sha256-9n7Kl2F8cQa0ZMgajtBWpg4BkwScAD+o6sKCylSxwLI=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "2db5eb179e057fb1aeb0cd423bfbfb1710852f53",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-24.11-darwin",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"darwin": "darwin",
"nixpkgs-pinned-unstable": "nixpkgs-pinned-unstable",
"nixpkgs-stable": "nixpkgs-stable"
}
}
},
"root": "root",
"version": 7
}