mirror of
https://github.com/zoriya/lz.n.git
synced 2025-12-05 22:26:11 +00:00
build: add nix caches
This commit is contained in:
11
flake.nix
11
flake.nix
@@ -1,6 +1,17 @@
|
||||
{
|
||||
description = "Add laziness to your favourite plugin manager!";
|
||||
|
||||
nixConfig = {
|
||||
extra-substituters = [
|
||||
"https://neorocks.cachix.org"
|
||||
"https://mrcjkb.cachix.org" # for vimcats
|
||||
];
|
||||
extra-trusted-public-keys = [
|
||||
"neorocks.cachix.org-1:WqMESxmVTOJX7qoBC54TwrMMoVI1xAM+7yFin8NRfwk="
|
||||
"mrcjkb.cachix.org-1:KhpstvH5GfsuEFOSyGjSTjng8oDecEds7rbrI96tjA4="
|
||||
];
|
||||
};
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user