fix nixvim

This commit is contained in:
Vivian 2023-02-17 13:18:16 +01:00
parent 36c3f0cff2
commit 16cdaa2ec7
2 changed files with 10 additions and 9 deletions

17
flake.lock generated
View file

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

View file

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