mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 22:59:15 +00:00
vanadium: haskell-language-server cache
This commit is contained in:
parent
52a8b37a1d
commit
08c2a3cded
1 changed files with 14 additions and 9 deletions
|
|
@ -16,13 +16,13 @@
|
|||
pkgs.shellcheck
|
||||
|
||||
pkgs.lua-language-server
|
||||
pkgs.stylua # lua
|
||||
pkgs.nil # nix
|
||||
pkgs.fish-lsp # fish
|
||||
pkgs.pyright # python
|
||||
pkgs.taplo # toml
|
||||
pkgs.stylua # lua
|
||||
pkgs.nil # nix
|
||||
pkgs.fish-lsp # fish
|
||||
pkgs.pyright # python
|
||||
pkgs.taplo # toml
|
||||
pkgs.vscode-langservers-extracted # JSON etc
|
||||
pkgs.yaml-language-server # yaml
|
||||
pkgs.yaml-language-server # yaml
|
||||
];
|
||||
|
||||
programs.git = {
|
||||
|
|
@ -48,11 +48,16 @@
|
|||
# ];
|
||||
# };
|
||||
|
||||
# ghc.nix cache
|
||||
nix = {
|
||||
settings = {
|
||||
extra-substituters = ["https://ghc-nix.cachix.org"];
|
||||
extra-trusted-public-keys = ["ghc-nix.cachix.org-1:ziC/I4BPqeA4VbtOFpFpu6D1t6ymFvRWke/lc2+qjcg="];
|
||||
extra-substituters = [
|
||||
"https://ghc-nix.cachix.org"
|
||||
"https://haskell-language-server.cachix.org"
|
||||
];
|
||||
extra-trusted-public-keys = [
|
||||
"ghc-nix.cachix.org-1:ziC/I4BPqeA4VbtOFpFpu6D1t6ymFvRWke/lc2+qjcg="
|
||||
"haskell-language-server.cachix.org-1:juFfHrwkOxqIOZShtC4YC1uT1bBcq2RSvC7OMKx0Nz8="
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue