forked from Fediversity/Fediversity
reformat with updated nixfmt
This commit is contained in:
parent
38d2f702dd
commit
3eca69140c
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