meta: Remove sqlite / sqlcipher from global $PATH

Will be handled in individual project flake.nix files instead.
This commit is contained in:
Donovan Glover 2024-05-12 19:17:12 -04:00
parent 78d3861fd5
commit 4fcf7d48af
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 1 additions and 4 deletions

View File

@ -43,10 +43,6 @@ in
typst-live typst-live
universal-ctags universal-ctags
sqlite
sqlcipher
litecli
]; ];
editorconfig = { editorconfig = {

View File

@ -75,6 +75,7 @@ in
zellij zellij
diskonaut diskonaut
pgcli pgcli
litecli
; ;
inherit (pkgs) inherit (pkgs)
p7zip p7zip