Update nvim plugins
This commit is contained in:
parent
403a5c420f
commit
88a0f007fe
3 changed files with 17 additions and 5 deletions
|
@ -267,8 +267,8 @@
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "L3MON4D3";
|
owner = "L3MON4D3";
|
||||||
repo = "LuaSnip";
|
repo = "LuaSnip";
|
||||||
rev = "a96cf3083934c794620d1e1ae2a7578f61b7dc1b";
|
rev = "faa525713e1244551877a4d89646a10f3c3fa31e";
|
||||||
sha256 = "0kdrvhpzajz08kyplb1h1vizs0jnvklsx0b79jga9zw2f66nci5k";
|
sha256 = "0ynd51j4wl9q49m9cm6lic87rbq4xcsfn1w8xw40ahm8wg813ahj";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -454,8 +454,8 @@
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "kylechui";
|
owner = "kylechui";
|
||||||
repo = "nvim-surround";
|
repo = "nvim-surround";
|
||||||
rev = "7f7ca045648912c03f565e91e2b6ba91e85b9a33";
|
rev = "22a25192ed98a937efe48b93c192a352d197c7e3";
|
||||||
sha256 = "0q5g5bh4wf6yj8zfr0rwisf5xy9nci6clxssh9cg8wq5f703nswc";
|
sha256 = "11xgy9905v5givv22p09bmdjg1n93xa8n8mg4r2wbv4s4bnvq8z1";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -37,10 +37,16 @@ in
|
||||||
secret.nix-cache.nifoc.publicKeyValue
|
secret.nix-cache.nifoc.publicKeyValue
|
||||||
];
|
];
|
||||||
|
|
||||||
cores = 2;
|
cores = 3;
|
||||||
max-jobs = 1;
|
max-jobs = 1;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
gc = {
|
||||||
|
automatic = true;
|
||||||
|
dates = "weekly";
|
||||||
|
options = "--delete-older-than 14d";
|
||||||
|
};
|
||||||
|
|
||||||
extraOptions = ''
|
extraOptions = ''
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
keep-derivations = true
|
keep-derivations = true
|
||||||
|
|
|
@ -39,6 +39,12 @@ in
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
gc = {
|
||||||
|
automatic = true;
|
||||||
|
dates = "weekly";
|
||||||
|
options = "--delete-older-than 14d";
|
||||||
|
};
|
||||||
|
|
||||||
extraOptions = ''
|
extraOptions = ''
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
extra-platforms = aarch64-linux
|
extra-platforms = aarch64-linux
|
||||||
|
|
Loading…
Reference in a new issue