Replace 'with plaforms; platform' with 'platforms.platform'
This commit is contained in:
@@ -19,6 +19,6 @@ goPackages.buildGoPackage rec {
|
||||
license = licenses.mit;
|
||||
homepage = https://github.com/dbohdan/remarshal;
|
||||
maintainers = with maintainers; [ offline ];
|
||||
platforms = with platforms; linux;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user