This repository has been archived by the owner on Jul 21, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
flake.lock
65 lines (65 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
{
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1616527350,
"narHash": "sha256-VkMevY2WLU+K7T/P4wVj18Ms8zyeRfp05ILf556m5Y8=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "d3f7e969b9860fb80750147aeb56dab1c730e756",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs",
"rust-nix": "rust-nix",
"utils": "utils"
}
},
"rust-nix": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1614256663,
"narHash": "sha256-cFew8eXUJfmlaLh4f3Z+TxAAo2Syh2xWB/3Xa/Ebd70=",
"owner": "input-output-hk",
"repo": "rust.nix",
"rev": "e2d4e8e5225739c4607614f98f60d2667c794558",
"type": "github"
},
"original": {
"owner": "input-output-hk",
"ref": "work",
"repo": "rust.nix",
"type": "github"
}
},
"utils": {
"locked": {
"lastModified": 1613500319,
"narHash": "sha256-ybAq6pImFCSnwyhhmnnvV567JM4GuhCEG/PHBkSS86U=",
"owner": "kreisys",
"repo": "flake-utils",
"rev": "28e72370213c9bc2cf094ab07b8ac95f3c6bb60f",
"type": "github"
},
"original": {
"owner": "kreisys",
"repo": "flake-utils",
"type": "github"
}
}
},
"root": "root",
"version": 7
}