add sqlite

This commit is contained in:
Aaron Bieber 2022-09-23 22:16:13 -06:00
parent 7668dd91cd
commit 01d6909580
No known key found for this signature in database

View File

@ -40,7 +40,7 @@
PS1='\u@\h:\@; '
echo "Perl `${pkgs.perl}/bin/perl --version`"
'';
buildInputs = with pkgs.perlPackages; [ PerlTidy ];
buildInputs = with pkgs.perlPackages; [ PerlTidy pkgs.sqlite ];
nativeBuildInputs = with pkgs.perlPackages; [
perl
Mojolicious