update nvim for copy paste fix
This commit is contained in:
parent
0a0a4e6826
commit
f46da312a7
8 changed files with 12 additions and 12 deletions
8
flake.lock
generated
8
flake.lock
generated
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
2
|
160
|
|
@ -1 +1 @@
|
||||||
0
|
4
|
|
@ -1 +1 @@
|
||||||
Top
|
Bottom
|
|
@ -1 +1 @@
|
||||||
0
|
160
|
|
@ -1 +1 @@
|
||||||
true
|
false
|
Loading…
Add table
Add a link
Reference in a new issue