diff --git a/flake.lock b/flake.lock index f92a5669..1272385f 100644 --- a/flake.lock +++ b/flake.lock @@ -911,26 +911,27 @@ "nixpkgs": "nixpkgs_7" }, "locked": { - "lastModified": 1676404316, - "narHash": "sha256-tow2N5cijtVKdWhTIxbwi2C8+ir2F27MDTGYhDm/P+I=", - "owner": "pta2002", + "lastModified": 1676412918, + "narHash": "sha256-WqBiJRgAbdvLbCDMX1GbZEhAmgMI4PzMqtNjPygkdNs=", + "owner": "GaetanLepage", "repo": "nixvim", - "rev": "7ccb2b06087663b12628470bbc7aa1207596a76a", + "rev": "f404e6f97d102ce40578da9089a1ee4c226e3cf0", "type": "github" }, "original": { - "owner": "pta2002", + "owner": "GaetanLepage", + "ref": "fix-plugins-default", "repo": "nixvim", "type": "github" } }, "nur": { "locked": { - "lastModified": 1676616525, - "narHash": "sha256-KmummxbhXIP9gQdxwfNUR6NNm020SBihRoPd4fBJhyE=", + "lastModified": 1676619352, + "narHash": "sha256-a9pQbtOcUYS9boD6+lQqPe0WzME0x8yzZk365w9XGbM=", "owner": "nix-community", "repo": "NUR", - "rev": "70b1947e00dec6eb13c005fb7cd68859f5473e39", + "rev": "d2d70316f27384cf53e0f3c6cf2fd73e4744555a", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 7df2ae63..59eda4e9 100644 --- a/flake.nix +++ b/flake.nix @@ -33,7 +33,7 @@ mailserver.url = "gitlab:simple-nixos-mailserver/nixos-mailserver"; mailserver.inputs.nixpkgs.follows = "nixpkgs"; - nixvim.url = "github:pta2002/nixvim"; + nixvim.url = "github:GaetanLepage/nixvim/fix-plugins-default"; nixos-generators.url = "github:nix-community/nixos-generators";