about summary refs log tree commit diff
path: root/release.nix
diff options
context:
space:
mode:
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> {