bump nil and vnetod

This commit is contained in:
Dmitriy Pleshevskiy 2022-09-25 17:07:41 +03:00
parent 0945319e40
commit 62b640376d
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215
3 changed files with 10 additions and 11 deletions

View file

@ -317,16 +317,15 @@
"rust-overlay": "rust-overlay" "rust-overlay": "rust-overlay"
}, },
"locked": { "locked": {
"lastModified": 1663552335, "lastModified": 1664113228,
"narHash": "sha256-WdBRfp0shz6Xhwx0fEUQwROK52XNDTkmhC2xkdT+INA=", "narHash": "sha256-uy/nsTwh7x9kMQ2LigZmPg06YOjoL/3nTL+oPNzYJ2A=",
"owner": "oxalica", "owner": "oxalica",
"repo": "nil", "repo": "nil",
"rev": "a16525ec851d4121577bb8566b08f09bbb09fda4", "rev": "fe625a26923bc958969bf0cdacce9fb11d3f0685",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "oxalica", "owner": "oxalica",
"ref": "2022-09-19",
"repo": "nil", "repo": "nil",
"type": "github" "type": "github"
} }
@ -620,11 +619,11 @@
"utils": "utils_3" "utils": "utils_3"
}, },
"locked": { "locked": {
"lastModified": 1663533455, "lastModified": 1664114536,
"narHash": "sha256-1UCPnJh+UOJGNdeMuQuDHibXWh1jOCXTta7JI4VX3LE=", "narHash": "sha256-j7r5pP4ETTVcFNVhK4pBwXHp6DN+h+4MDGofeHmiO3A=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "1f57ca0c97cb345af9caf07e34546f2adf8020c7", "rev": "dc66d1a643f492a22d15fa1bd5ec6bfa22f16358",
"revCount": 36, "revCount": 37,
"type": "git", "type": "git",
"url": "https://git.pleshevski.ru/pleshevskiy/vnetod" "url": "https://git.pleshevski.ru/pleshevskiy/vnetod"
}, },

View file

@ -19,7 +19,7 @@
# nix lsp # nix lsp
nil = { nil = {
url = "github:oxalica/nil/2022-09-19"; url = "github:oxalica/nil";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };

View file

@ -9,8 +9,8 @@ let
overlays = [ overlays = [
inputs.wired.overlays.${system} inputs.wired.overlays.${system}
inputs.myneovim.overlays.default inputs.myneovim.overlays.default
inputs.vnetod.overlays.${system} inputs.vnetod.overlay
(f: p: { nil = inputs.nil.packages.${system}.nil; }) inputs.nil.overlays.default
]; ];
}; };
in in