diff --git a/flake.lock b/flake.lock index eb343e0799..6a8afb4a27 100644 --- a/flake.lock +++ b/flake.lock @@ -66,16 +66,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1742800061, - "narHash": "sha256-oDJGK1UMArK52vcW9S5S2apeec4rbfNELgc50LqiPNs=", - "owner": "NixOS", + "lastModified": 1743001004, + "narHash": "sha256-SA0T7o7KFZvxi/WiNFvmBdLNu5Fz1YlmIfktQzjwfms=", + "owner": "GaetanLepage", "repo": "nixpkgs", - "rev": "1750f3c1c89488e2ffdd47cab9d05454dddfb734", + "rev": "2b876ec04bb832b10a0bcaa1584da251cafdf884", "type": "github" }, "original": { - "owner": "NixOS", - "ref": "nixpkgs-unstable", + "owner": "GaetanLepage", + "ref": "neovim", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 2b2435c3fd..fb6711ec03 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "A neovim configuration system for NixOS"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; + nixpkgs.url = "github:GaetanLepage/nixpkgs/neovim"; flake-parts = { url = "github:hercules-ci/flake-parts"; diff --git a/flake/dev/flake.lock b/flake/dev/flake.lock index 9476686ba1..cdf4962116 100644 --- a/flake/dev/flake.lock +++ b/flake/dev/flake.lock @@ -86,11 +86,11 @@ ] }, "locked": { - "lastModified": 1742957044, - "narHash": "sha256-gwW0tBIA77g6qq45y220drTy0DmThF3fJMwVFUtYV9c=", + "lastModified": 1742996658, + "narHash": "sha256-snxgTLVq6ooaD3W3mPHu7LVWpoZKczhxHAUZy2ea4oA=", "owner": "nix-community", "repo": "home-manager", - "rev": "ce287a5cd3ef78203bc78021447f937a988d9f6f", + "rev": "693840c01b9bef9e54100239cef937e53d4661bf", "type": "github" }, "original": { @@ -121,16 +121,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1742800061, - "narHash": "sha256-oDJGK1UMArK52vcW9S5S2apeec4rbfNELgc50LqiPNs=", - "owner": "NixOS", + "lastModified": 1743001004, + "narHash": "sha256-SA0T7o7KFZvxi/WiNFvmBdLNu5Fz1YlmIfktQzjwfms=", + "owner": "GaetanLepage", "repo": "nixpkgs", - "rev": "1750f3c1c89488e2ffdd47cab9d05454dddfb734", + "rev": "2b876ec04bb832b10a0bcaa1584da251cafdf884", "type": "github" }, "original": { - "owner": "NixOS", - "ref": "nixpkgs-unstable", + "owner": "GaetanLepage", + "ref": "neovim", "repo": "nixpkgs", "type": "github" } diff --git a/flake/dev/flake.nix b/flake/dev/flake.nix index dd213905a7..b9cf887452 100644 --- a/flake/dev/flake.nix +++ b/flake/dev/flake.nix @@ -2,7 +2,7 @@ description = "Private inputs for development purposes. These are used by the top level flake in the `dev` partition, but do not appear in consumers' lock files."; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; + nixpkgs.url = "github:GaetanLepage/nixpkgs/neovim"; home-manager = { url = "github:nix-community/home-manager";