forked from luca-de-felice/bachelorthesis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathflake.lock
More file actions
99 lines (99 loc) · 2.41 KB
/
flake.lock
File metadata and controls
99 lines (99 loc) · 2.41 KB
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"nodes": {
"flake-utils": {
"locked": {
"lastModified": 1659877975,
"narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"mvn2nix": {
"inputs": {
"nixpkgs": [
"nurpkgs",
"nixpkgs"
],
"utils": "utils"
},
"locked": {
"lastModified": 1629170129,
"narHash": "sha256-v/HvYqzkPaGin1ujo+Fi59wXC9vWxW3lYVSwElORRi8=",
"owner": "fzakaria",
"repo": "mvn2nix",
"rev": "ea21cfe97069feee55fa307ca9b125616c1fa84f",
"type": "github"
},
"original": {
"owner": "fzakaria",
"repo": "mvn2nix",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1662874738,
"narHash": "sha256-kG29aU9f5UTWhPf/QEh5LanDmqqbbcErWYAcPptC/Cg=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "dd1f4d982445a7d1b1869baa42f8f0f9bc606714",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-22.05",
"repo": "nixpkgs",
"type": "github"
}
},
"nurpkgs": {
"inputs": {
"mvn2nix": "mvn2nix",
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1655206082,
"narHash": "sha256-fBd/jB6VHcOQTMsQ+jR0swC9sCJzTo5qutdJNOe6Rp8=",
"type": "git",
"url": "file:///home/pschuprikov/repos/nur-packages"
},
"original": {
"type": "git",
"url": "file:///home/pschuprikov/repos/nur-packages"
}
},
"root": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs",
"nurpkgs": "nurpkgs"
}
},
"utils": {
"locked": {
"lastModified": 1623875721,
"narHash": "sha256-A8BU7bjS5GirpAUv4QA+QnJ4CceLHkcXdRp4xITDB0s=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "f7e004a55b120c02ecb6219596820fcd32ca8772",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
}
},
"root": "root",
"version": 7
}