diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-03-16 11:34:26 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-03-16 11:34:26 +0530 |
commit | e5c9c56ec5fa243206f65ff77bd0f10708a284a3 (patch) | |
tree | ca2c533bd734d4daba519b9688cc5ba0666b2eec /flake.nix | |
parent | 61265f790e3c32accb3ce844422bb6b23db7fe8a (diff) |
flake/shell: add sqlite
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ default = pkgs.mkShell { name = "dev"; - buildInputs = with pkgs; [ go_1_22 gopls jq ]; + buildInputs = with pkgs; [ go_1_22 gopls jq sqlite ]; shellHook = '' export PS1="\033[0;36m[ ]\033[0m $PS1" ''; |