1
0

„flake.nix“ ändern

This commit is contained in:
stubbfel
2023-06-10 16:11:23 +02:00
parent 66370de7a6
commit c52796118f

View File

@@ -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;
};
};
};
}