fix: nixvim will follow nixpkgs from now
build-flake / Build flake (push) Successful in 4m52s
build-flake / Release a new version (push) Successful in 12s

This commit is contained in:
2026-07-13 09:47:01 +03:00
parent a750035919
commit 080248ba9f
2 changed files with 19 additions and 32 deletions
+1
View File
@@ -5,6 +5,7 @@
nixpkgs.url = "github:nixos/nixpkgs/nixos-26.05";
nixvim.url = "github:nix-community/nixvim/nixos-26.05";
nixvim.inputs.nixpkgs.follows = "nixpkgs";
flake-parts.url = "github:hercules-ci/flake-parts";