1
0
Fork 0

Update deps

This commit is contained in:
Daniel Kempkens 2023-05-09 09:15:01 +02:00
parent 13b0a3051f
commit 6cd4af0443
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
4 changed files with 27 additions and 11 deletions

View file

@ -172,11 +172,11 @@
}, },
"locked": { "locked": {
"dir": "contrib", "dir": "contrib",
"lastModified": 1683559742, "lastModified": 1683595101,
"narHash": "sha256-C+WtAnPJbIwN2VB/Ai+Hnc+aDYwngETDB7XIlmD29cE=", "narHash": "sha256-N0fhDiRaRMnsUnmQgjpGvSex2aO8LXjr8uigXrEd940=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "7ed4274f6978ecf610caa9c8a4b082cb3b643143", "rev": "84378c4dd56db9846b70a333530505a8048bd26e",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -208,11 +208,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1683475240, "lastModified": 1683535585,
"narHash": "sha256-sy6MYoCaIZsOenYplbzVXI4Ce9Bp/vIOpuFa97+a6wc=", "narHash": "sha256-ND6gCDEfuMNsaJlZQzEbl6hTGrAzURtLoZoGR5dJaCw=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "e040aab15638aaf8d0786894851a2b1ca09a7baf", "rev": "d9b8ae36f31046dbcf05b6cdc45e860bf19b0b7e",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -111,8 +111,8 @@ in
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "402f1b8d3b424bb2379fc2fde522cd782de68cf4"; rev = "0ec48923e526d55892b7a1564a01b5111e5e9ba0";
sha256 = "0x2f5dp8hiinjpp93rwfq8s150ha143gdwj3w6vzvzbxrh7xg1l1"; sha256 = "136b6xxfvm245nb1ba8k35bv3pvpda3lkc0ajkjlw3bk69f40gq4";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -220,12 +220,12 @@ in
}; };
nvim-lspconfig = buildVimPluginFrom2Nix { nvim-lspconfig = buildVimPluginFrom2Nix {
pname = "nvim-lspconfig"; pname = "nvim-lspconfig";
version = "2023-05-07"; version = "2023-05-09";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "neovim"; owner = "neovim";
repo = "nvim-lspconfig"; repo = "nvim-lspconfig";
rev = "5ba7ab746d814413c84ed98c0214c71cd28f130a"; rev = "ccdc1af35ccb731e58f7ac1802d87703cea1e8f5";
sha256 = "0h3izsxism4j9lfcgzalw09kynnpk6mpznblkd5gr52n8fhdwxcz"; sha256 = "0d344s1q3fwn74rjy9hblfkdsw7sz0vf7pkb4s4g6s2bnpx2yyjb";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };

View file

@ -105,6 +105,13 @@ in
]; ];
}; };
}; };
wait-online.ignoredInterfaces = [
"veth0"
"veth1"
"veth2"
"veth3"
];
}; };
services.journald.extraConfig = '' services.journald.extraConfig = ''

View file

@ -135,6 +135,15 @@ in
linkConfig.RequiredForOnline = "yes"; linkConfig.RequiredForOnline = "yes";
}; };
}; };
wait-online.ignoredInterfaces = [
"veth0"
"veth1"
"veth2"
"veth3"
"veth4"
"veth5"
];
}; };
services.journald.extraConfig = '' services.journald.extraConfig = ''