diff --git a/flake.nix b/flake.nix index eddc4c6..3610011 100644 --- a/flake.nix +++ b/flake.nix @@ -20,5 +20,18 @@ nixpkgs-ci.follows = "nixpkgs"; }; - outputs = { self, nixpkgs, nixpkgs-armer, nixpkgs-bim, nixpkgs-emmett, nixpkgs-howard, nixpkgs-mermaid, nixpkgs-micron, nixpkgs-projects, nixpkgs-ci }: { }; + outputs = + { + self, + nixpkgs, + nixpkgs-armer, + nixpkgs-bim, + nixpkgs-emmett, + nixpkgs-howard, + nixpkgs-mermaid, + nixpkgs-micron, + nixpkgs-projects, + nixpkgs-ci, + }: + { }; }