refactor: clean up outputs arguments list

main
Robert Gerus 2023-10-20 20:08:26 +02:00 committed by Ari Gato
parent 0f90e75cfc
commit d050115127
1 changed files with 2 additions and 4 deletions

View File

@ -27,9 +27,7 @@
};
};
outputs = { self, nixpkgs, nix-formatter-pack, nix-index-database, deploy-rs
, agenix, lanzaboote, microvm, simple-nixos-mailserver, colmena, ...
}@inputs:
outputs = { self, nixpkgs, deploy-rs, ... }@inputs:
let
systems = [ "x86_64-linux" "aarch64-linux" ];
forAllSystems = nixpkgs.lib.genAttrs systems;
@ -52,7 +50,7 @@
inherit (nixpkgs) lib;
in {
formatter = forAllSystems (system:
nix-formatter-pack.lib.mkFormatter {
inputs.nix-formatter-pack.lib.mkFormatter {
inherit nixpkgs system;
config = {