From 948515efb775c22df5a2585443a0c7f86d2dc64d Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 30 May 2022 13:35:28 +0200 Subject: [PATCH] Set meta.platforms 'nix-serve' in nixpkgs expects the nix package to set this. --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 77b016ff0..6e0e4d423 100644 --- a/flake.nix +++ b/flake.nix @@ -380,6 +380,7 @@ postUnpack = "sourceRoot=$sourceRoot/perl"; }; + meta.platforms = systems; }; lowdown-nix = with final; currentStdenv.mkDerivation rec {