cuda: support cudnn manifests
Also changes the schemas a bit (still don't care about migrations), switches to named_params!, fixes up perf issues when ingesting manifests and/or hrefs into sqlite, etc. Adds sample queries such as "CudaArtifact conflicts" to datasette config, which explain some issues associated with choosing an evalModules schema on the cudaPackages side.
This commit is contained in:
parent
26538edf4f
commit
c8b8b56456
15 changed files with 770 additions and 73 deletions
|
@ -9,11 +9,13 @@
|
|||
openssl ? pkgs.openssl,
|
||||
rust-analyzer ? pkgs.rust-analyzer,
|
||||
rustc ? pkgs.rustc,
|
||||
rustfmt ? pkgs.rustfmt,
|
||||
cargo ? pkgs.cargo,
|
||||
pkg-config ? pkgs.pkg-config,
|
||||
crate2nix ? pkgs.crate2nix,
|
||||
protobuf ? pkgs.protobuf,
|
||||
datasette-wrapped ? self.datasette-wrapped,
|
||||
datasette-assets ? self.datasette-assets,
|
||||
...
|
||||
}:
|
||||
mkShell {
|
||||
|
@ -23,6 +25,7 @@ mkShell {
|
|||
cargo
|
||||
crate2nix
|
||||
rustc
|
||||
rustfmt
|
||||
rust-analyzer
|
||||
pkg-config
|
||||
protobuf
|
||||
|
@ -32,6 +35,7 @@ mkShell {
|
|||
openssl
|
||||
sqlite
|
||||
];
|
||||
DATASETTE_ASSETS = datasette-assets; # uploaded to cuda-index.someonex.net in bulk...
|
||||
shellHook = ''
|
||||
export DATABASE_PATH="$HOME/.local/share/sidx/sidx.db"
|
||||
unset out outputs phases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue