diff --git a/dev/flake.nix b/dev/flake.nix index 45eef18..ca7a729 100644 --- a/dev/flake.nix +++ b/dev/flake.nix @@ -8,6 +8,8 @@ }; outputs = { self, ... }: - { - }; + { + # Without good or dev outputs, we only use flakes for inputs here. + # The dev tooling is in ./flake-module.nix + }; }