diff --git a/flake.nix b/flake.nix index b4b49a6..794f7e7 100644 --- a/flake.nix +++ b/flake.nix @@ -90,17 +90,17 @@ ''; }; packages = { - default = pkgs.callPackage ./package.nix { }; + # default = pkgs.callPackage ./package.nix { }; }; }) // { hydraJobs = let system = "x86_64-linux"; - packages = self.packages."${system}"; + # packages = self.packages."${system}"; devShells = self.devShells."${system}"; in { - inherit packages devShells; + inherit devShells; }; }; }