diff --git a/flake.lock b/flake.lock index a17d6ae..9fc8df5 100644 --- a/flake.lock +++ b/flake.lock @@ -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" }, diff --git a/flake.nix b/flake.nix index b5dda43..b687adb 100644 --- a/flake.nix +++ b/flake.nix @@ -19,7 +19,7 @@ # nix lsp nil = { - url = "github:oxalica/nil/2022-09-19"; + url = "github:oxalica/nil"; inputs.nixpkgs.follows = "nixpkgs"; }; diff --git a/outputs/home.nix b/outputs/home.nix index f575121..b3b74bb 100644 --- a/outputs/home.nix +++ b/outputs/home.nix @@ -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