about summary refs log tree commit diff
path: root/release.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-03-29 17:12:52 +0200
committeraszlig <aszlig@redmoonstudios.org>2015-03-29 17:12:52 +0200
commit81adf3f9c4642f793bc8343241b6f8853b8e4aad (patch)
treefe07df9019b45f071f0fc00943d7d0e24931bc13 /release.nix
parentadcce198da5d87f2c429cd578aa9644b609922f2 (diff)
release.nix: Rename packagesWithMetaPlatform.
Since NixOS/nixpkgs@738cf42, the attribute is now simply called
"packagePlatforms".

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'release.nix')
-rw-r--r--release.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/release.nix b/release.nix
index 2ff78bc1..8a521288 100644
--- a/release.nix
+++ b/release.nix
@@ -20,7 +20,7 @@ in with pkgs.lib; with builtins; {
         pkgs = import <nixpkgs> attrs;
       } // { inherit (pkgs) lib; };
     };
-  in with releaseLib; mapTestOn (packagesWithMetaPlatform releaseLib.pkgs);
+  in with releaseLib; mapTestOn (packagePlatforms releaseLib.pkgs);
 
   manual = let
     modules = import <nixpkgs/nixos/lib/eval-config.nix> {