-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathflake.lock
92 lines (92 loc) · 2.34 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"nodes": {
"flake-utils": {
"locked": {
"lastModified": 1614513358,
"narHash": "sha256-LakhOx3S1dRjnh0b5Dg3mbZyH0ToC9I8Y2wKSkBaTzU=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "5466c5bbece17adaab2d82fae80b46e807611bf3",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"nix-bundle": {
"inputs": {
"nixpkgs": "nixpkgs",
"nixpkgs-appimagekit": "nixpkgs-appimagekit"
},
"locked": {
"lastModified": 1619188375,
"narHash": "sha256-oQW+9bxdQcdartan+0pe1+bBnxDqzugLEtuP6KA2sBQ=",
"owner": "radvendii",
"repo": "nix-bundle",
"rev": "e743fb2ed8b85abd1a6d2aff7cafa9b27d613077",
"type": "github"
},
"original": {
"owner": "radvendii",
"repo": "nix-bundle",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1616703943,
"narHash": "sha256-0gBKjK81fuj7qvfM439CRlR3e4yjYMenPYvBKU7YH/s=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "1eea37190739485a01f5036558cd2ff257985678",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "nixos-20.03-small",
"type": "indirect"
}
},
"nixpkgs-appimagekit": {
"locked": {
"lastModified": 1617929752,
"narHash": "sha256-ji0nqJUZp2bfHvO0sKxD24cW6Nk7LyjbPPMxjbJHji0=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "6fc2b7ecc2a167ce6a6902d5417daf1fa5cac777",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "master",
"type": "indirect"
}
},
"nixpkgs_2": {
"locked": {
"lastModified": 1619788849,
"narHash": "sha256-0t5lEUEmY9Tss1PvET6Wq7VyRCdlDHCQ9NWZmxtAaY8=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "dc68eb58bb8d4dc3cfb8896932e6146c45579932",
"type": "github"
},
"original": {
"owner": "nixos",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"flake-utils": "flake-utils",
"nix-bundle": "nix-bundle",
"nixpkgs": "nixpkgs_2"
}
}
},
"root": "root",
"version": 7
}