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

View File

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

View File

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