bump wired and myneovim

This commit is contained in:
Dmitriy Pleshevskiy 2022-10-03 09:36:54 +03:00
parent 33306d3d1c
commit 09f84d6b8f
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215
2 changed files with 12 additions and 34 deletions

View file

@ -181,17 +181,17 @@
"lspsaga-nvim": { "lspsaga-nvim": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1663371685, "lastModified": 1664774734,
"narHash": "sha256-mxyqpgUWBiXC6Xm/5bb6fShZtgXGY1kBsl0DxOkf2zA=", "narHash": "sha256-jplffFn41+YZxiGpaDo40ErB63/SGcCsHq/1X/OTStY=",
"owner": "glepnir", "owner": "glepnir",
"repo": "lspsaga.nvim", "repo": "lspsaga.nvim",
"rev": "c2ef0115fb917460daf5c76fe3ad3a9357213b54", "rev": "af9d2f5aef9d97ddd6e75f5fbc38ba36dc69748a",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "glepnir", "owner": "glepnir",
"repo": "lspsaga.nvim", "repo": "lspsaga.nvim",
"rev": "c2ef0115fb917460daf5c76fe3ad3a9357213b54", "rev": "af9d2f5aef9d97ddd6e75f5fbc38ba36dc69748a",
"type": "github" "type": "github"
} }
}, },
@ -273,11 +273,11 @@
"utils": "utils_2" "utils": "utils_2"
}, },
"locked": { "locked": {
"lastModified": 1664194888, "lastModified": 1664778198,
"narHash": "sha256-OHAzSUrVkLFOaQUGD7b6Gz6CvdJRGcg3i4hZO9su40o=", "narHash": "sha256-gBHztBzeDylNbdWlW2IKkkosOPx1WMXyNIP/w5utkFk=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "c23fb7add5eb01c04c9257305f8bfa11d7f2410d", "rev": "6f097049692e3bb381f9c27526d7b8f21a2507eb",
"revCount": 39, "revCount": 42,
"type": "git", "type": "git",
"url": "https://git.pleshevski.ru/mynix/neovim" "url": "https://git.pleshevski.ru/mynix/neovim"
}, },
@ -286,27 +286,6 @@
"url": "https://git.pleshevski.ru/mynix/neovim" "url": "https://git.pleshevski.ru/mynix/neovim"
} }
}, },
"naersk": {
"inputs": {
"nixpkgs": [
"wired",
"nixpkgs"
]
},
"locked": {
"lastModified": 1652722411,
"narHash": "sha256-FxzNgYiH9c91hUVAntcjrqY//KOTUPP2a4e8Wyuysxg=",
"owner": "nix-community",
"repo": "naersk",
"rev": "94beb7a3edfeb3bcda65fa3f2ebc48ec6b40bf72",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "naersk",
"type": "github"
}
},
"neoformat": { "neoformat": {
"flake": false, "flake": false,
"locked": { "locked": {
@ -652,18 +631,17 @@
"wired": { "wired": {
"inputs": { "inputs": {
"alejandra": "alejandra", "alejandra": "alejandra",
"naersk": "naersk",
"nixpkgs": [ "nixpkgs": [
"nixpkgs" "nixpkgs"
], ],
"utils": "utils_4" "utils": "utils_4"
}, },
"locked": { "locked": {
"lastModified": 1660441826, "lastModified": 1664316438,
"narHash": "sha256-JF6pG997ygEOQmvmH4oYyksdIZlWRaZi4AJtLLNcYfI=", "narHash": "sha256-tjsDGUMDXiKAMvkajpn7REm7o+42trIq1g/MqGWC/pc=",
"owner": "Toqozz", "owner": "Toqozz",
"repo": "wired-notify", "repo": "wired-notify",
"rev": "a91ba83f314a6922858436828befa3b07ffea323", "rev": "4bb3dfff38934c47be818f497af65d1e3a01311c",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -7,7 +7,7 @@ let
inherit system; inherit system;
overlays = [ overlays = [
inputs.wired.overlays.${system} inputs.wired.overlays.default
inputs.myneovim.overlays.default inputs.myneovim.overlays.default
inputs.vnetod.overlay inputs.vnetod.overlay
inputs.nil.overlays.default inputs.nil.overlays.default