mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 05:56:15 +02:00
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";
|
||||
};
|
||||
|
||||
meta.platforms = systems;
|
||||
};
|
||||
|
||||
lowdown-nix = with final; currentStdenv.mkDerivation rec {
|
||||
|
|
Loading…
Reference in a new issue