fix nixvim

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

17
flake.lock generated
View file

@ -911,26 +911,27 @@
"nixpkgs": "nixpkgs_7" "nixpkgs": "nixpkgs_7"
}, },
"locked": { "locked": {
"lastModified": 1676404316, "lastModified": 1676412918,
"narHash": "sha256-tow2N5cijtVKdWhTIxbwi2C8+ir2F27MDTGYhDm/P+I=", "narHash": "sha256-WqBiJRgAbdvLbCDMX1GbZEhAmgMI4PzMqtNjPygkdNs=",
"owner": "pta2002", "owner": "GaetanLepage",
"repo": "nixvim", "repo": "nixvim",
"rev": "7ccb2b06087663b12628470bbc7aa1207596a76a", "rev": "f404e6f97d102ce40578da9089a1ee4c226e3cf0",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "pta2002", "owner": "GaetanLepage",
"ref": "fix-plugins-default",
"repo": "nixvim", "repo": "nixvim",
"type": "github" "type": "github"
} }
}, },
"nur": { "nur": {
"locked": { "locked": {
"lastModified": 1676616525, "lastModified": 1676619352,
"narHash": "sha256-KmummxbhXIP9gQdxwfNUR6NNm020SBihRoPd4fBJhyE=", "narHash": "sha256-a9pQbtOcUYS9boD6+lQqPe0WzME0x8yzZk365w9XGbM=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "70b1947e00dec6eb13c005fb7cd68859f5473e39", "rev": "d2d70316f27384cf53e0f3c6cf2fd73e4744555a",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -33,7 +33,7 @@
mailserver.url = "gitlab:simple-nixos-mailserver/nixos-mailserver"; mailserver.url = "gitlab:simple-nixos-mailserver/nixos-mailserver";
mailserver.inputs.nixpkgs.follows = "nixpkgs"; 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"; nixos-generators.url = "github:nix-community/nixos-generators";