update nvim for copy paste fix

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-12-22 12:24:27 -06:00
parent 0a0a4e6826
commit f46da312a7
8 changed files with 12 additions and 12 deletions

8
flake.lock generated
View file

@ -1418,11 +1418,11 @@
"rust-overlay": "rust-overlay_3" "rust-overlay": "rust-overlay_3"
}, },
"locked": { "locked": {
"lastModified": 1734426330, "lastModified": 1734891847,
"narHash": "sha256-NzompA38qsarVtKIZWSr5mag+4mEcDhjMpppw7WO4kA=", "narHash": "sha256-dh1s1Wd3v47eiT8NaWLwJz/cv4kqOtB3KsNODPsCHcM=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "ae3f7705419894ff8cdb3965bd57bf8e85286886", "rev": "14db4f1738758e2825e0840d4bc62afb8edc2c1e",
"revCount": 244, "revCount": 246,
"type": "git", "type": "git",
"url": "https://git.joshuabell.xyz/nvim" "url": "https://git.joshuabell.xyz/nvim"
}, },

View file

@ -77,7 +77,7 @@ in
distributedBuilds = true; distributedBuilds = true;
buildMachines = [ buildMachines = [
{ {
hostName = "lio_"; hostName = "lio";
system = "x86_64-linux"; system = "x86_64-linux";
protocol = "ssh-ng"; protocol = "ssh-ng";
maxJobs = 32; maxJobs = 32;
@ -112,7 +112,7 @@ in
# make shutdown faster for waiting # make shutdown faster for waiting
systemd.extraConfig = '' systemd.extraConfig = ''
DefaultTimeoutStopSec=15s DefaultTimeoutStopSec=5s
''; '';
# Some basics # Some basics