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"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1734426330,
|
||||
"narHash": "sha256-NzompA38qsarVtKIZWSr5mag+4mEcDhjMpppw7WO4kA=",
|
||||
"lastModified": 1734891847,
|
||||
"narHash": "sha256-dh1s1Wd3v47eiT8NaWLwJz/cv4kqOtB3KsNODPsCHcM=",
|
||||
"ref": "refs/heads/master",
|
||||
"rev": "ae3f7705419894ff8cdb3965bd57bf8e85286886",
|
||||
"revCount": 244,
|
||||
"rev": "14db4f1738758e2825e0840d4bc62afb8edc2c1e",
|
||||
"revCount": 246,
|
||||
"type": "git",
|
||||
"url": "https://git.joshuabell.xyz/nvim"
|
||||
},
|
||||
|
|
|
@ -77,7 +77,7 @@ in
|
|||
distributedBuilds = true;
|
||||
buildMachines = [
|
||||
{
|
||||
hostName = "lio_";
|
||||
hostName = "lio";
|
||||
system = "x86_64-linux";
|
||||
protocol = "ssh-ng";
|
||||
maxJobs = 32;
|
||||
|
@ -112,7 +112,7 @@ in
|
|||
|
||||
# make shutdown faster for waiting
|
||||
systemd.extraConfig = ''
|
||||
DefaultTimeoutStopSec=15s
|
||||
DefaultTimeoutStopSec=5s
|
||||
'';
|
||||
|
||||
# Some basics
|
||||
|
|
|
@ -1 +1 @@
|
|||
2
|
||||
160
|
|
@ -1 +1 @@
|
|||
0
|
||||
4
|
|
@ -1 +1 @@
|
|||
Top
|
||||
Bottom
|
|
@ -1 +1 @@
|
|||
0
|
||||
160
|
|
@ -1 +1 @@
|
|||
true
|
||||
false
|
|
@ -8,4 +8,4 @@ Some(([], [
|
|||
"com.system76.CosmicAppletNotifications",
|
||||
"com.system76.CosmicAppletBluetooth",
|
||||
"com.system76.CosmicAppletPower",
|
||||
]))
|
||||
]))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue