Set meta.platforms

'nix-serve' in nixpkgs expects the nix package to set this.
This commit is contained in:
Eelco Dolstra
2022-05-30 13:35:28 +02:00
parent 6378f0bb32
commit 948515efb7
+1
View File
@@ -380,6 +380,7 @@
postUnpack = "sourceRoot=$sourceRoot/perl";
};
meta.platforms = systems;
};
lowdown-nix = with final; currentStdenv.mkDerivation rec {