refactor(nix): match inputs value in flake

Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
seth 2023-09-09 14:34:38 -04:00
parent 89e434bd5b
commit 6aa821df9c
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

View File

@ -20,12 +20,14 @@
};
};
outputs = inputs:
inputs.flake-parts.lib.mkFlake
{inherit inputs;}
{
outputs = {
flake-parts,
pre-commit-hooks,
...
} @ inputs:
flake-parts.lib.mkFlake {inherit inputs;} {
imports = [
inputs.pre-commit-hooks.flakeModule
pre-commit-hooks.flakeModule
./nix/dev.nix
./nix/distribution.nix