Skip to content

Commit 221bc9d

Browse files
committed
build(flake.nix/inputs): Unify flake-parts input for devenv and terranix
1 parent 5d98638 commit 221bc9d

File tree

2 files changed

+9
-45
lines changed

2 files changed

+9
-45
lines changed

flake.lock

Lines changed: 7 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
nixpkgs.follows = "nixpkgs";
107107
git-hooks.follows = "git-hooks-nix";
108108
flake-compat.follows = "flake-compat";
109+
flake-parts.follows = "flake-parts";
109110
};
110111
};
111112

@@ -168,6 +169,7 @@
168169
url = "github:terranix/terranix";
169170
inputs = {
170171
nixpkgs.follows = "nixpkgs";
172+
flake-parts.follows = "flake-parts";
171173
};
172174
};
173175

0 commit comments

Comments
 (0)