flake/dev/flake: override nvf's flake-parts input
Fixes: 84e7ea0aa4 ("{nixvim,nvf}: add testbeds (#1579)")
This commit is contained in:
parent
83ff4d112b
commit
89e14e6e6b
2 changed files with 4 additions and 22 deletions
25
flake/dev/flake.lock
generated
25
flake/dev/flake.lock
generated
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -160,6 +160,7 @@
|
|||
nixpkgs.follows = "dev-nixpkgs";
|
||||
systems.follows = "dev-systems";
|
||||
flake-compat.follows = "";
|
||||
flake-parts.follows = "dev-flake-parts";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue