Update nixpkgs and change how we build kak-lsp
We used to duplicate how the `kak-lsp` package in the nixpkgs repo do it, now we just use `crane`.
This commit is contained in:
parent
107287663b
commit
7b7a3ee8a2
5 changed files with 111 additions and 64 deletions
|
@ -142,8 +142,8 @@
|
|||
];
|
||||
|
||||
# Nix config
|
||||
nix.binaryCachePublicKeys = [ "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=" ];
|
||||
nix.binaryCaches = [ "https://hydra.iohk.io" ];
|
||||
nix.settings.trusted-public-keys = [ "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=" ];
|
||||
nix.settings.substituters = [ "https://hydra.iohk.io" ];
|
||||
|
||||
|
||||
# Terminal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue