refactor(nix): match inputs value in flake
Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
parent
89e434bd5b
commit
6aa821df9c
12
flake.nix
12
flake.nix
@ -20,12 +20,14 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = inputs:
|
outputs = {
|
||||||
inputs.flake-parts.lib.mkFlake
|
flake-parts,
|
||||||
{inherit inputs;}
|
pre-commit-hooks,
|
||||||
{
|
...
|
||||||
|
} @ inputs:
|
||||||
|
flake-parts.lib.mkFlake {inherit inputs;} {
|
||||||
imports = [
|
imports = [
|
||||||
inputs.pre-commit-hooks.flakeModule
|
pre-commit-hooks.flakeModule
|
||||||
|
|
||||||
./nix/dev.nix
|
./nix/dev.nix
|
||||||
./nix/distribution.nix
|
./nix/distribution.nix
|
||||||
|
Loading…
Reference in New Issue
Block a user