add sqlite
This commit is contained in:
parent
381db25621
commit
d2f8af619f
3 changed files with 12 additions and 2 deletions
10
flake.nix
10
flake.nix
|
@ -37,10 +37,15 @@
|
|||
};
|
||||
in mkShell {
|
||||
buildInputs = [
|
||||
sqlite
|
||||
|
||||
# Dev tools
|
||||
just
|
||||
flutter
|
||||
vscodeCustom
|
||||
|
||||
# Flutter
|
||||
flutter
|
||||
|
||||
# Linux toolchain
|
||||
clang_15
|
||||
cmake
|
||||
|
@ -52,8 +57,9 @@
|
|||
|
||||
# Zig / webAssembly impl.
|
||||
zig
|
||||
zls
|
||||
];
|
||||
|
||||
|
||||
# see: https://discourse.nixos.org/t/flutter-run-d-linux-build-process-failed/16552/2
|
||||
shellHook = ''
|
||||
export LD_LIBRARY_PATH=${libepoxy}/lib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue