-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathflake.lock
97 lines (97 loc) · 2.5 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
93
94
95
96
97
{
"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"
}
},
"nixlib": {
"locked": {
"lastModified": 1659833885,
"narHash": "sha256-O3rimvpwToAZJ6lsTuLZ8Ez/gnC0QtQ+6D/pVCNrqLw=",
"owner": "nix-community",
"repo": "nixpkgs.lib",
"rev": "da17717ac8f62a579ff7b36aa30aceac07c12687",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "nixpkgs.lib",
"type": "github"
}
},
"nixos-generators": {
"inputs": {
"nixlib": "nixlib",
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1657748715,
"narHash": "sha256-WecDwDY/hEcDQYzFnccCNa+5Umht0lfjx/d1qGDy/rQ=",
"owner": "nix-community",
"repo": "nixos-generators",
"rev": "3323b944d99b026aebfd8de439e001409dde067d",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "nixos-generators",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1662160579,
"narHash": "sha256-nqrcCc9czQTAf1VAsxJBCFQ/rVorS01iIWm8fA6/DPs=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "0b1090e62edc5ee44a3386c162fa407e45735182",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "release-22.05",
"repo": "nixpkgs",
"type": "github"
}
},
"programs-sqlite": {
"flake": false,
"locked": {
"lastModified": 1661308222,
"narHash": "sha256-YhmosUh/UMBGXUvsK1RDToYOEAMECQbugCr+j+ZI69c=",
"owner": "jonascarpay",
"repo": "programs.sqlite",
"rev": "1b59bae416ebe429e5cb797446635650ce881b35",
"type": "github"
},
"original": {
"owner": "jonascarpay",
"repo": "programs.sqlite",
"type": "github"
}
},
"root": {
"inputs": {
"flake-utils": "flake-utils",
"nixos-generators": "nixos-generators",
"nixpkgs": "nixpkgs",
"programs-sqlite": "programs-sqlite"
}
}
},
"root": "root",
"version": 7
}