This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflake.lock
68 lines (68 loc) · 1.64 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
{
"nodes": {
"flake-utils": {
"locked": {
"lastModified": 1653893745,
"narHash": "sha256-0jntwV3Z8//YwuOjzhV2sgJJPt+HY6KhU7VZUL0fKZQ=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "1ed9fb1935d260de5fe1c2f7ee0ebaae17ed2fa1",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1655451545,
"narHash": "sha256-uLHNGkZbINBZ8Yz9z+/6xF77EVLPTasDyfE/sQpzZ4A=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "3802c98cffe636d54dc8f2812d143e50b4b07bb0",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "nixpkgs-unstable",
"type": "indirect"
}
},
"nixpkgs-pointer": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1655499123,
"narHash": "sha256-GtS4cuLdGakBJeUuPUz1+ZHJkaQKZbgQk3RshBlVX64=",
"owner": "yipengsun",
"repo": "nixpkgs-pointer",
"rev": "21976589235b9e3c16776cf000924fe7f8b6798a",
"type": "github"
},
"original": {
"owner": "yipengsun",
"repo": "nixpkgs-pointer",
"type": "github"
}
},
"root": {
"inputs": {
"flake-utils": [
"nixpkgs-pointer",
"flake-utils"
],
"nixpkgs": [
"nixpkgs-pointer",
"nixpkgs"
],
"nixpkgs-pointer": "nixpkgs-pointer"
}
}
},
"root": "root",
"version": 7
}