-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflake.lock
67 lines (67 loc) · 1.53 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
{
"nodes": {
"flake-utils": {
"locked": {
"lastModified": 1629481132,
"narHash": "sha256-JHgasjPR0/J1J3DRm4KxM4zTyAj4IOJY8vIl75v/kPI=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "997f7efcb746a9c140ce1f13c72263189225f482",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1623423544,
"narHash": "sha256-3b6CdnlUBXb2M5F7vLQ/DVRmpu31YDo1wthdybF46Dc=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "5707a8efadbd9a2bfe5aa663555c62ba2933cc81",
"type": "github"
},
"original": {
"id": "nixpkgs",
"type": "indirect"
}
},
"root": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": [
"styx",
"nixpkgs"
],
"styx": "styx"
}
},
"styx": {
"inputs": {
"nixpkgs": "nixpkgs",
"utils": [
"flake-utils"
]
},
"locked": {
"lastModified": 1631224929,
"narHash": "sha256-JxjMItYN0mG2r7/ksmIqXGYKZziF1KyivXunkczfS3Y=",
"owner": "dermetfan",
"repo": "styx",
"rev": "514e1369b1f9043dfe3a2c1299eb12b7fd2f9902",
"type": "github"
},
"original": {
"owner": "dermetfan",
"ref": "modernize",
"repo": "styx",
"type": "github"
}
}
},
"root": "root",
"version": 7
}