From 0e0e75eeb64b14fcf00bac1dfce4b3ed6982c316 Mon Sep 17 00:00:00 2001 From: Mykhailo Nikiforov Date: Fri, 27 Dec 2024 15:06:10 +0200 Subject: [PATCH] feat: revert latest changes because of the regression Regression details see here https://github.com/nix-community/neovim-nightly-overlay/issues/741 --- flake.lock | 25 +++++++++++++------------ flake.nix | 2 +- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/flake.lock b/flake.lock index 1eb731f..b834b34 100644 --- a/flake.lock +++ b/flake.lock @@ -176,15 +176,16 @@ "treefmt-nix": "treefmt-nix" }, "locked": { - "lastModified": 1735172062, - "narHash": "sha256-Ru+5fwMqXEoc6G1PbuTppAzxtqvj0322cBAWCb0Yhbo=", + "lastModified": 1735141262, + "narHash": "sha256-AZPN+QVvVF+bhZAumVicFCC791g4av9U/4m7mOIo4wQ=", "owner": "nix-community", "repo": "neovim-nightly-overlay", - "rev": "d05e1d754812bcd89925d845992f377faf6c4944", + "rev": "54f4dbfdc4304444c43b11be1e63471005aa1d05", "type": "github" }, "original": { "owner": "nix-community", + "ref": "54f4dbfdc4304444c43b11be1e63471005aa1d05", "repo": "neovim-nightly-overlay", "type": "github" } @@ -192,11 +193,11 @@ "neovim-src": { "flake": false, "locked": { - "lastModified": 1735157560, - "narHash": "sha256-ndlWdGm61W3uObi8cowWqnPdJwq2FsH4GHGOQYeNSOM=", + "lastModified": 1734989976, + "narHash": "sha256-DVlI7ua+VOkqC70WpSbJO+FjQyBEarGZnKoql7I7Unk=", "owner": "neovim", "repo": "neovim", - "rev": "487c48ec8689b865bad04fdb87b61f5ada25da97", + "rev": "c51bf5a6b24928ac04d0bb129b1b424d4c78f28d", "type": "github" }, "original": { @@ -207,11 +208,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1734991663, - "narHash": "sha256-8T660guvdaOD+2/Cj970bWlQwAyZLKrrbkhYOFcY1YE=", + "lastModified": 1735141468, + "narHash": "sha256-VIAjBr1qGcEbmhLwQJD6TABppPMggzOvqFsqkDoMsAY=", "owner": "nixos", "repo": "nixpkgs", - "rev": "6c90912761c43e22b6fb000025ab96dd31c971ff", + "rev": "4005c3ff7505313cbc21081776ad0ce5dfd7a3ce", "type": "github" }, "original": { @@ -251,11 +252,11 @@ ] }, "locked": { - "lastModified": 1735135567, - "narHash": "sha256-8T3K5amndEavxnludPyfj3Z1IkcFdRpR23q+T0BVeZE=", + "lastModified": 1734982074, + "narHash": "sha256-N7M37KP7cHWoXicuE536GrVvU8nMDT/gpI1kja2hkdg=", "owner": "numtide", "repo": "treefmt-nix", - "rev": "9e09d30a644c57257715902efbb3adc56c79cf28", + "rev": "e41e948cf097cbf96ba4dff47a30ea6891af9f33", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 6109418..f89d933 100644 --- a/flake.nix +++ b/flake.nix @@ -4,7 +4,7 @@ nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11"; flake-utils.url = "github:numtide/flake-utils"; neovim-nightly-overlay = { - url = "github:nix-community/neovim-nightly-overlay"; + url = "github:nix-community/neovim-nightly-overlay?ref=54f4dbfdc4304444c43b11be1e63471005aa1d05"; inputs.nixpkgs.follows = "nixpkgs"; }; };