Update some stuff

This commit is contained in:
Natsu Kagami 2023-01-24 17:37:56 +01:00
parent c673517b26
commit 8ccad96006
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
4 changed files with 56 additions and 57 deletions

View file

@ -34,7 +34,7 @@ let
kak-lsp = pkgs.libs.crane.buildPackage {
src = pkgs.sources.kak-lsp;
buildInputs = (with pkgs;
lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [ Security SystemConfiguration ])
lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [ Security SystemConfiguration CoreServices ])
) ++ (with pkgs; [ libiconv ]
);
};

View file

@ -32,8 +32,8 @@
# Rust
"$HOME/.cargo/bin"
# Haskell
"$HOME/.ghcup/bin"
"$HOME/.cabal/bin"
"$HOME/.ghcup/bin"
# Go
"$HOME/go/bin"
# Node.js