mirror of
https://github.com/softinio/nix-config.git
synced 2025-09-03 16:16:42 -07:00
Update Nix to get Neovim 0.8
This commit is contained in:
parent
44d9115424
commit
aec63889ec
3 changed files with 34 additions and 24 deletions
14
home.nix
14
home.nix
|
@ -24,12 +24,14 @@
|
|||
VISUAL = "$EDITOR";
|
||||
};
|
||||
packages = with pkgs; [
|
||||
( python39.withPackages (ps: with ps; [ pip flake8 black ]) )
|
||||
adoptopenjdk-bin
|
||||
( python310.withPackages (ps: with ps; [ pip flake8 black ]) )
|
||||
# adoptopenjdk-hotspot-bin-17
|
||||
jdk
|
||||
any-nix-shell
|
||||
aspell
|
||||
bloop
|
||||
cabal-install
|
||||
cabal2nix
|
||||
cachix
|
||||
cmake
|
||||
coursier
|
||||
|
@ -39,9 +41,11 @@
|
|||
ffmpeg
|
||||
font-awesome
|
||||
gitAndTools.diff-so-fancy
|
||||
ghc
|
||||
ghcid
|
||||
gnupg
|
||||
go
|
||||
haskellPackages.implicit-hie
|
||||
haskell-language-server
|
||||
hugo
|
||||
luajit
|
||||
luajitPackages.luarocks
|
||||
|
@ -56,7 +60,7 @@
|
|||
niv
|
||||
nix-index
|
||||
nixfmt
|
||||
nixFlakes
|
||||
nix-prefetch-git
|
||||
nodePackages.pyright
|
||||
nodePackages.typescript-language-server
|
||||
nodePackages.vscode-html-languageserver-bin
|
||||
|
@ -65,7 +69,7 @@
|
|||
openssl
|
||||
pandoc
|
||||
patchelf
|
||||
poetry
|
||||
# poetry
|
||||
rclone
|
||||
readline
|
||||
ripgrep
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue