diff --git a/flake.nix b/flake.nix index 14afba3..95482dd 100644 --- a/flake.nix +++ b/flake.nix @@ -55,6 +55,6 @@ # The default package for 'nix build'. This makes sense if the # flake provides only one package or there is a clear "main" # package. - #defaultPackage = forAllSystems (system: self.packages.${system}.waybar-kb); + defaultPackage = forAllSystems (system: self.packages.${system}.waybar-kb); }; }