summary refs log tree commit diff
path: root/release-combined.nix
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2013-03-26 12:35:28 -0400
committerShea Levy <shea@shealevy.com>2013-03-26 12:35:28 -0400
commit652e2ab6105462206c4100a4d0603895a2c4d5d0 (patch)
treef072db98ba0322381312fb7cabda961d052b494a /release-combined.nix
parent89dd7b0f6923aee45f14e7dfd863f15482ac4b14 (diff)
downloadnixpkgs-652e2ab6105462206c4100a4d0603895a2c4d5d0.tar
nixpkgs-652e2ab6105462206c4100a4d0603895a2c4d5d0.tar.gz
nixpkgs-652e2ab6105462206c4100a4d0603895a2c4d5d0.tar.bz2
nixpkgs-652e2ab6105462206c4100a4d0603895a2c4d5d0.tar.lz
nixpkgs-652e2ab6105462206c4100a4d0603895a2c4d5d0.tar.xz
nixpkgs-652e2ab6105462206c4100a4d0603895a2c4d5d0.tar.zst
nixpkgs-652e2ab6105462206c4100a4d0603895a2c4d5d0.zip
"Maintain" the tested job so I get notifications when it fails
Signed-off-by: Shea Levy <shea@shealevy.com>
Diffstat (limited to 'release-combined.nix')
-rw-r--r--release-combined.nix9
1 files changed, 6 insertions, 3 deletions
diff --git a/release-combined.nix b/release-combined.nix
index 3a378123d2c..dbd56b18524 100644
--- a/release-combined.nix
+++ b/release-combined.nix
@@ -3,7 +3,7 @@
 , officialRelease ? false
 }:
 
-let nixpkgs' = nixpkgs; in # urgh
+let nixpkgs' = nixpkgs; pkgs = import <nixpkgs> {}; in # urgh
 
 rec {
 
@@ -19,9 +19,12 @@ rec {
     supportedSystems = [ "x86_64-linux" "i686-linux" ];
   };
 
-  tested = (import <nixpkgs> { }).releaseTools.aggregate {
+  tested = pkgs.releaseTools.aggregate {
     name = "nixos-${nixos.tarball.version}";
-    meta.description = "Release-critical builds for the NixOS unstable channel";
+    meta = {
+      description = "Release-critical builds for the NixOS unstable channel";
+      maintainers = [ pkgs.lib.maintainers.shlevy ];
+    };
     members =
       [ nixos.channel
         nixos.manual