Update some stuff
This commit is contained in:
parent
c673517b26
commit
8ccad96006
4 changed files with 56 additions and 57 deletions
|
@ -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 ]
|
||||
);
|
||||
};
|
||||
|
|
|
@ -32,8 +32,8 @@
|
|||
# Rust
|
||||
"$HOME/.cargo/bin"
|
||||
# Haskell
|
||||
"$HOME/.ghcup/bin"
|
||||
"$HOME/.cabal/bin"
|
||||
"$HOME/.ghcup/bin"
|
||||
# Go
|
||||
"$HOME/go/bin"
|
||||
# Node.js
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue