mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
refactor(nix): match inputs value in flake
Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
parent
89e434bd5b
commit
6aa821df9c
1 changed files with 7 additions and 5 deletions
12
flake.nix
12
flake.nix
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue