summaryrefslogtreecommitdiff
path: root/release.nix
diff options
context:
space:
mode:
authorMichael Hoang <enzime@users.noreply.github.com>2024-11-03 21:13:53 +1100
committerMichael Hoang <enzime@users.noreply.github.com>2024-11-07 11:41:51 +1100
commite11dd028d38bd09ec4a1119742d735512775c8a6 (patch)
treec0621516461a16dd01ce722eb9764aa7156f910f /release.nix
parent1a8c6cac8c7a9537fcf928714ca3778f4c59c2fd (diff)
release: remove `unstable` job
This job is actually in Nixpkgs at https://github.com/NixOS/nixpkgs/blob/2d2a9ddbe3f2c00747398f3dc9b05f7f2ebb0f53/pkgs/top-level/release.nix#L90-L139.
Diffstat (limited to 'release.nix')
-rw-r--r--release.nix20
1 files changed, 0 insertions, 20 deletions
diff --git a/release.nix b/release.nix
index 835e251..cb9e41c 100644
--- a/release.nix
+++ b/release.nix
@@ -75,26 +75,6 @@ let
}) (config: config.system.build.manual);
jobs = {
-
- unstable = pkgs.releaseTools.aggregate {
- name = "darwin-${pkgs.lib.nixpkgsVersion}";
- constituents =
- [ jobs.stdenv.x86_64-darwin
- jobs.bash.x86_64-darwin
- jobs.zsh.x86_64-darwin
- jobs.nix.x86_64-darwin
- jobs.reattach-to-user-namespace.x86_64-darwin
- jobs.tmux.x86_64-darwin
- jobs.nano.x86_64-darwin
- jobs.vim.x86_64-darwin
- jobs.emacs.x86_64-darwin
- jobs.examples.hydra.x86_64-darwin
- jobs.examples.lnl.x86_64-darwin
- jobs.examples.simple.x86_64-darwin
- ];
- meta.description = "Release-critical builds for the darwin channel";
- };
-
manualHTML = manual.manualHTML;
manpages = manual.manpages;
options = manual.optionsJSON;