feat: revert latest changes because of the regression
All checks were successful
build-flake / Build flake (push) Successful in 6m32s
build-flake / Release a new version (push) Successful in 8s

Regression details see here https://github.com/nix-community/neovim-nightly-overlay/issues/741
This commit is contained in:
2024-12-27 15:06:10 +02:00
parent 2363568940
commit 0e0e75eeb6
2 changed files with 14 additions and 13 deletions

25
flake.lock generated
View File

@@ -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": {

View File

@@ -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";
};
};