diff --git a/flake.nix b/flake.nix index 97c6818..3a6fef7 100644 --- a/flake.nix +++ b/flake.nix @@ -53,24 +53,5 @@ ''; }; }); - - hydraJobs = { - tarball = nixpkgsFor.x86_64-linux.releaseTools.sourceTarball { - name = name; - src = self; - version = version; - officialRelease = true; - bootstrapBuildInputs = [ ]; - distPhase = '' - mkdir $$out/tarballs - tar -czvf $$out/tarballs/$${name}-$${version}.tar.gz * - ''; - }; - - runCommandHook = { - recurseForDerivations = { }; - autoTag = devTaskScripts.x86_64-linux.autoTag; - }; - }; }; }