Set meta.platforms
'nix-serve' in nixpkgs expects the nix package to set this.
This commit is contained in:
parent
6378f0bb32
commit
948515efb7
1 changed files with 1 additions and 0 deletions
|
@ -380,6 +380,7 @@
|
||||||
postUnpack = "sourceRoot=$sourceRoot/perl";
|
postUnpack = "sourceRoot=$sourceRoot/perl";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
meta.platforms = systems;
|
||||||
};
|
};
|
||||||
|
|
||||||
lowdown-nix = with final; currentStdenv.mkDerivation rec {
|
lowdown-nix = with final; currentStdenv.mkDerivation rec {
|
||||||
|
|
Loading…
Reference in a new issue