From c52796118f71f2c7f72113bc68d86ff32d750fa6 Mon Sep 17 00:00:00 2001 From: stubbfel Date: Sat, 10 Jun 2023 16:11:23 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Eflake.nix=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flake.nix | 19 ------------------- 1 file changed, 19 deletions(-) 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; - }; - }; }; }