forked from fediversity/fediversity
reformat with updated nixfmt
This commit is contained in:
parent
87a20886cd
commit
1fcba0942d
1 changed files with 61 additions and 55 deletions
|
@ -14,7 +14,13 @@
|
|||
inherit (sources) git-hooks agenix;
|
||||
nixpkgs = import-flake sources.nixpkgs;
|
||||
in
|
||||
flake-parts.lib.mkFlake { inputs = inputs // { inherit nixpkgs; }; } {
|
||||
flake-parts.lib.mkFlake
|
||||
{
|
||||
inputs = inputs // {
|
||||
inherit nixpkgs;
|
||||
};
|
||||
}
|
||||
{
|
||||
systems = [
|
||||
"x86_64-linux"
|
||||
"aarch64-linux"
|
||||
|
|
Loading…
Add table
Reference in a new issue