Pin nixvim to 24.11

This commit is contained in:
Dave Gallant
2024-12-16 07:23:45 -05:00
parent 4718a9badb
commit 21d82076e3
2 changed files with 21 additions and 19 deletions

View File

@@ -15,7 +15,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nixvim = {
url = "github:nix-community/nixvim";
url = "github:nix-community/nixvim/nixos-24.11";
inputs.nixpkgs.follows = "nixpkgs";
};
stylix.url = "github:danth/stylix/release-24.11";