flake: add sqlite to dev shell for Django dbshell

This commit is contained in:
Pierre Bourdon 2023-01-27 01:58:18 +01:00
parent 72035b53e5
commit 26ada05869
No known key found for this signature in database
GPG Key ID: 6FB80DCD84DA0F1C

View File

@ -36,7 +36,7 @@
defaultPackage = pkgs.fifoci-runner;
devShells.default = with pkgs; mkShell {
buildInputs = [ dolphin-emu-beta pngcrush poetry postgresql ];
buildInputs = [ dolphin-emu-beta pngcrush poetry postgresql sqlite ];
};
}
));