flake/dev/flake: override nvf's flake-parts input

Fixes: 84e7ea0aa4 ("{nixvim,nvf}: add testbeds (#1579)")
This commit is contained in:
NAHO 2025-11-20 18:35:05 +01:00
parent 83ff4d112b
commit 89e14e6e6b
No known key found for this signature in database
GPG key ID: BFB5D5E3F4C95185
2 changed files with 4 additions and 22 deletions

25
flake/dev/flake.lock generated
View file

@ -66,27 +66,6 @@
"type": "github"
}
},
"flake-parts": {
"inputs": {
"nixpkgs-lib": [
"nvf",
"nixpkgs"
]
},
"locked": {
"lastModified": 1756770412,
"narHash": "sha256-+uWLQZccFHwqpGqr2Yt5VsW/PbeJVTn9Dk6SHWhNRPw=",
"owner": "hercules-ci",
"repo": "flake-parts",
"rev": "4524271976b625a4a605beefd893f270620fd751",
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "flake-parts",
"type": "github"
}
},
"flake-utils": {
"inputs": {
"systems": "systems"
@ -266,7 +245,9 @@
"nvf": {
"inputs": {
"flake-compat": [],
"flake-parts": "flake-parts",
"flake-parts": [
"dev-flake-parts"
],
"mnw": "mnw",
"nixpkgs": [
"dev-nixpkgs"

View file

@ -160,6 +160,7 @@
nixpkgs.follows = "dev-nixpkgs";
systems.follows = "dev-systems";
flake-compat.follows = "";
flake-parts.follows = "dev-flake-parts";
};
};