chore: Override nixpkgs-lib of flake-parts

This commit is contained in:
ulic-youthlic 2026-02-07 12:53:20 +08:00
parent 3fcebc8a87
commit f1de69caad
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
2 changed files with 5 additions and 17 deletions

View file

@ -127,6 +127,7 @@
type = "github";
owner = "hercules-ci";
repo = "flake-parts";
inputs."nixpkgs-lib".follows = "nixpkgs";
};
flake-utils = {