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

21
flake.lock generated
View file

@ -279,7 +279,9 @@
},
"flake-parts_2": {
"inputs": {
"nixpkgs-lib": "nixpkgs-lib"
"nixpkgs-lib": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1768135262,
@ -318,7 +320,7 @@
},
"flake-parts_4": {
"inputs": {
"nixpkgs-lib": "nixpkgs-lib_2"
"nixpkgs-lib": "nixpkgs-lib"
},
"locked": {
"lastModified": 1768135262,
@ -840,21 +842,6 @@
"type": "github"
}
},
"nixpkgs-lib_2": {
"locked": {
"lastModified": 1765674936,
"narHash": "sha256-k00uTP4JNfmejrCLJOwdObYC9jHRrr/5M/a/8L2EIdo=",
"owner": "nix-community",
"repo": "nixpkgs.lib",
"rev": "2075416fcb47225d9b68ac469a5c4801a9c4dd85",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "nixpkgs.lib",
"type": "github"
}
},
"nixpkgs-stable": {
"locked": {
"lastModified": 1767313136,

View file

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